diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-07-31 15:51:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-07-31 15:51:39 +0000 |
commit | 6cdb70b095041f3bb7af6f94e75b3fca68a9e20f (patch) | |
tree | 2866a0c8b51e07defbe3664bebc88954461c2005 | |
parent | 6e147216ddd6b472fbaf4a1dcdcddff54c2adf88 (diff) | |
download | control-center-6cdb70b095041f3bb7af6f94e75b3fca68a9e20f.tar control-center-6cdb70b095041f3bb7af6f94e75b3fca68a9e20f.tar.gz control-center-6cdb70b095041f3bb7af6f94e75b3fca68a9e20f.tar.bz2 control-center-6cdb70b095041f3bb7af6f94e75b3fca68a9e20f.tar.xz control-center-6cdb70b095041f3bb7af6f94e75b3fca68a9e20f.zip |
keep only one entry for XFdrake
-rwxr-xr-x | control-center | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/control-center b/control-center index 0c1d5b9a..b3246317 100755 --- a/control-center +++ b/control-center @@ -474,16 +474,6 @@ my %programs = }, - "Monitor" => - { - binary => "$sbindir/XFdrake monitor", - embedded => 1, - description => N("Monitor"), - long_description => N("Configure your monitor"), - icon => 'configure-monitor-mdk', - }, - - "Monitor Connection" => { binary => "$sbindir/net_monitor", @@ -626,16 +616,6 @@ my %programs = }, - "Resolution" => - { - binary => "$sbindir/XFdrake resolution", - embedded => 1, - description => N("Screen resolution"), - long_description => N("Change the screen resolution"), - icon => 'resolution-mdk', - }, - - "Roaming" => { binary => "$sbindir/drakroam", @@ -920,8 +900,6 @@ my @tree = [ N("Hardware"), 'drakhard-mdk', [ "Hardware List",, - "Monitor", - "Resolution", "3D", "Graphical server configuration", if_(-x "$bindir/drakfax", "Fax"), |