summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center8
1 files changed, 3 insertions, 5 deletions
diff --git a/control-center b/control-center
index e0acb5ea..2392bd09 100755
--- a/control-center
+++ b/control-center
@@ -51,7 +51,6 @@ require Gtk::Gdk::ImlibImage;
init Gtk;
Gtk::Gdk::ImlibImage->init;
-
my %pixmaps_global;
my $xpm_path="$_iconsdir";
my $xpm_path_l="$_iconsdir";
@@ -80,10 +79,9 @@ my @item_factory_entries = (
[_("/_Help"), undef, 0, "<Branch>"],
[_("/Help/_Mandrake Control Center"), undef, 2],
[_("/Help/_Report Bug"), undef, 3 ],
+ [_("/Help/_MandrakeCampus"), undef, 5],
+ [_("/Help/_MandrakeExpert"), undef, 6],
[_("/Help/_About..."), undef, 4 ],
- [_("/_MandrakePlus"), undef , 0, "<Branch>"],
- [_("/MandrakePlus/_MandrakeCampus"), undef, 5],
- [_("/MandrakePlus/_MandrakeExpert"), undef, 6],
);
my $accel_group = new Gtk::AccelGroup;
@@ -156,7 +154,7 @@ map {
my %tree_exec = (_("Boot Disk") => "$_xbindir/drakfloppy", _("Boot Config") => "$_sbindir/drakboot",
_("Display") => "$_sbindir/XFdrake" ,
_("Hardware") => "$_bindir/harddrake-auth" , _("Mouse") => "$_sbindir/mousedrake" ,
- _("Printer") => "$_bindir/kups" , _("Keyboard") => "$_sbindir/keyboarddrake" ,
+ _("Printer") => "$_sbindir/printerdrake" , _("Keyboard") => "$_sbindir/keyboarddrake" ,
# _("Users Config") => "$_bindir/userdrake" ,
_("Connection") => "$_sbindir/draknet" ,
_("Connection Sharing") => "$_sbindir/drakgw" ,