summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",
],