summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-05-31 15:47:17 +0000
committerOlivier Blin <oblin@mandriva.org>2006-05-31 15:47:17 +0000
commitfbdece9bc77d0e2b2da81600acb491db02f63484 (patch)
tree7acd4abc2c9c417ccb2a41a77644fc8d7f5514cb
parent083dccf6341c38f8cbf8be2d9b57a787326d49bc (diff)
downloadcontrol-center-fbdece9bc77d0e2b2da81600acb491db02f63484.tar
control-center-fbdece9bc77d0e2b2da81600acb491db02f63484.tar.gz
control-center-fbdece9bc77d0e2b2da81600acb491db02f63484.tar.bz2
control-center-fbdece9bc77d0e2b2da81600acb491db02f63484.tar.xz
control-center-fbdece9bc77d0e2b2da81600acb491db02f63484.zip
add Network Profiles item (using draknetprofile)
-rwxr-xr-xcontrol-center10
1 files changed, 10 insertions, 0 deletions
diff --git a/control-center b/control-center
index b0a72900..5fe9119a 100755
--- a/control-center
+++ b/control-center
@@ -498,6 +498,15 @@ my %programs =
icon => 'mousedrake-mdk',
},
+ "Network Profiles" =>
+ {
+ binary => "$sbindir/draknetprofile",
+ embedded => 1,
+ description => N("Network Profiles"),
+ long_description => N("Activate and manage network profiles"),
+ icon => 'internet-access-mdk', #- FIXME: request a network profile icon
+ },
+
"NFS mount points" =>
{
@@ -903,6 +912,7 @@ my @tree =
"Remove Interface",
"Proxy Configuration",
"Connection Sharing",
+ "Network Profiles",
"Roaming",
"Hosts",
],