diff options
author | Yves Duret <yduret@mandriva.com> | 2001-08-09 23:38:38 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-08-09 23:38:38 +0000 |
commit | 94d153f9d87550499ee4a6f5ae65ad317a28f9a6 (patch) | |
tree | f4aca1d566cb4222d0869e035ce5771b51d02a51 | |
parent | b31665f6d3f0bb654a4a7abe3656c6306031a651 (diff) | |
download | control-center-94d153f9d87550499ee4a6f5ae65ad317a28f9a6.tar control-center-94d153f9d87550499ee4a6f5ae65ad317a28f9a6.tar.gz control-center-94d153f9d87550499ee4a6f5ae65ad317a28f9a6.tar.bz2 control-center-94d153f9d87550499ee4a6f5ae65ad317a28f9a6.tar.xz control-center-94d153f9d87550499ee4a6f5ae65ad317a28f9a6.zip |
added console..
-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", |