diff options
author | Daouda Lo <daouda@mandriva.com> | 2001-04-10 14:34:21 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2001-04-10 14:34:21 +0000 |
commit | 3ae25a7662602f52116ad5ca07d1d648e7bc9c43 (patch) | |
tree | 59c010a160bf2ccdd2b20a483e0e74b522d05e6d | |
parent | ac7738a4605181e7af8c63a2899de5fe65e86109 (diff) | |
download | control-center-3ae25a7662602f52116ad5ca07d1d648e7bc9c43.tar control-center-3ae25a7662602f52116ad5ca07d1d648e7bc9c43.tar.gz control-center-3ae25a7662602f52116ad5ca07d1d648e7bc9c43.tar.bz2 control-center-3ae25a7662602f52116ad5ca07d1d648e7bc9c43.tar.xz control-center-3ae25a7662602f52116ad5ca07d1d648e7bc9c43.zip |
tearoff added .
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 3e94a1f8..62c60112 100755 --- a/control-center +++ b/control-center @@ -77,10 +77,11 @@ my @item_factory_entries = ( 'action' => 1, 'type' => '<Item>' }, - [_("/_Help")._("/_Mandrake Control Center"), undef, 2], [_("/_Help")._("/_Report Bug"), undef, 3 ], + [_("/_Help")._("/_Sep1"), undef, 0, "<Separator>"], [_("/_Help")._("/Mandrake_Campus"), undef, 5], [_("/_Help")._("/Mandrake_Expert"), undef, 6], + [_("/_Help")._("/_Sep2"), undef, 0, "<Separator>"], [_("/_Help")._("/_About..."), undef, 4 ], ); @@ -519,7 +520,6 @@ sub item_factory_cb { # print "ItemFactory: activated ", $widget->item_factory_path(), " -> ", $action, "\n"; $action == 1 and quit_global(); $action == 4 and about_mdk_cc(); - $action == 2 and connect_to_site("file://$_docdir/DrakConf/DrakeConf.html",1); $action == 3 and connect_to_site("https://qa.mandrakesoft.com/",0); $action == 5 and connect_to_site("http://www.mandrakecampus.com/",0); $action == 6 and connect_to_site("http://www.mandrakeexpert.com/",0); |