diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-24 16:54:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-24 16:54:32 +0000 |
commit | 417cc23478c17f38a971b5cf71981c376855498a (patch) | |
tree | 05bc72af43a84eeb93ebb39004b9b36ff18acbed | |
parent | ca12f6ef4d406df0673d021dc7666c1273014a59 (diff) | |
download | control-center-417cc23478c17f38a971b5cf71981c376855498a.tar control-center-417cc23478c17f38a971b5cf71981c376855498a.tar.gz control-center-417cc23478c17f38a971b5cf71981c376855498a.tar.bz2 control-center-417cc23478c17f38a971b5cf71981c376855498a.tar.xz control-center-417cc23478c17f38a971b5cf71981c376855498a.zip |
add "roaming" icon in network section
-rwxr-xr-x | control-center | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/control-center b/control-center index 3e3051e8..3ca04844 100755 --- a/control-center +++ b/control-center @@ -269,6 +269,17 @@ my %programs = }, + + "Roaming" => + { + binary => "$sbindir/drakroam", + embedded => 1, + description => translate("Wireless connection"), + long_description => translate("Wireless connection"), # translation came from DrakX + icon => 'drakroam-mdk', + }, + + "Fax" => { binary => "$sbindir/drakfax_server", @@ -849,6 +860,7 @@ my @tree = "Remove Interface", "Proxy Configuration", "Connection Sharing", + "Roaming", ], ], |