diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-08 13:11:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-08 13:11:41 +0000 |
commit | d5ef2246b4ef6728eeb2932c380e13e99a49bfa1 (patch) | |
tree | 753e672c132314cbee195abcc048d3f888482150 | |
parent | d09dbbe4754d86d11136083d4d515ea96146657a (diff) | |
download | control-center-d5ef2246b4ef6728eeb2932c380e13e99a49bfa1.tar control-center-d5ef2246b4ef6728eeb2932c380e13e99a49bfa1.tar.gz control-center-d5ef2246b4ef6728eeb2932c380e13e99a49bfa1.tar.bz2 control-center-d5ef2246b4ef6728eeb2932c380e13e99a49bfa1.tar.xz control-center-d5ef2246b4ef6728eeb2932c380e13e99a49bfa1.zip |
reorder samba vs NFS according to specs
-rwxr-xr-x | control-center | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/control-center b/control-center index be006858..ddaf442b 100755 --- a/control-center +++ b/control-center @@ -1024,6 +1024,13 @@ my @tree = N("Network Sharing"), 'partition-mdk', [ { + title => N("Configure Windows(R) shares"), + list => [ + "Samba mount points", + "Samba configuration", + ] + }, + { title => N("Configure NFS shares"), list => [ "NFS mount points", @@ -1031,13 +1038,6 @@ my @tree = ] }, { - title => N("Configure Windows(R) shares"), - list => [ - "Samba mount points", - "Samba configuration", - ] - }, - { title => N("Configure WebDAV shares"), list => [ "WebDAV mount points", |