From fbdece9bc77d0e2b2da81600acb491db02f63484 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 31 May 2006 15:47:17 +0000 Subject: add Network Profiles item (using draknetprofile) --- control-center | 10 ++++++++++ 1 file changed, 10 insertions(+) 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", ], -- cgit v1.2.1