summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-08 13:11:41 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-08 13:11:41 +0000
commitd5ef2246b4ef6728eeb2932c380e13e99a49bfa1 (patch)
tree753e672c132314cbee195abcc048d3f888482150
parentd09dbbe4754d86d11136083d4d515ea96146657a (diff)
downloadcontrol-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-xcontrol-center14
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",