diff options
-rwxr-xr-x | control-center | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center index 27e7575f..d3dd7cec 100755 --- a/control-center +++ b/control-center @@ -4,6 +4,7 @@ # Copyright (C) 1999-2001 MandrakeSoft # Damien Krotkine (damien@mandrakesoft.com) # Daouda Lo (daouda@mandrakesoft.com) +# Yves Duret <yduret at mandrakesoft.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,7 +29,6 @@ setlocale (LC_ALL, ""); Locale::GetText::textdomain ("DrakConf"); import Locale::GetText I_; -#*_ = *I_; my $_xbindir = "/usr/X11R6/bin"; my $_bindir = "/usr/bin"; @@ -76,7 +76,7 @@ my @item_factory_entries = ( 'action' => 1, 'type' => '<Item>' }, - [_("/_Help")._("/_Help on line"), undef, 7], +# [_("/_Help")._("/_Help on line"), undef, 7], [_("/_Help")._("/_Report Bug"), undef, 3 ], [_("/_Help"). "/_Sep1", undef, 0, "<Separator>"], @@ -144,7 +144,7 @@ map { [_("Security Level"), 'draksec-mdk.png',1], [_("Firewalling"), 'firewall-mdk.png',1], [_("Menus") , 'menudrake-mdk.png',0], [_("Services") , 'service-mdk.png' , 0], [_("Fonts"), 'drakfont-mdk.png',0], [_("Date & Time") , 'time-mdk.png',0], - [_("Software Manager"), 'harddrake-mdk.png',0],[_("Console"), 'draknet-mdk.png',0] + [_("Software Manager"), 'harddrake-mdk.png',0],[_("Console"), 'drakboot-mdk.png',0] ); my %tree_exec = (_("Boot Disk") => "$_xbindir/drakfloppy.real", _("Boot Config") => "$_sbindir/drakboot", |