diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-19 16:58:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-19 16:58:06 +0000 |
commit | fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0 (patch) | |
tree | fe80e768f6d3405d1e4fdc8f4b8ea05ad7199b02 | |
parent | f5aa57c9eaf571b44e05e44bcdd29db0ad18e84d (diff) | |
download | userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar.gz userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar.bz2 userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar.xz userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.zip |
push help menu at right
-rwxr-xr-x | userdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ my ($menu, $factory) = create_factory_menu($::isEmbedded ? $::Plug : $us->{wnd}{ $sysfilter = $buttorcheck{filter}->get_active; Refresh($sysfilter, $stringsearch) }, undef, '<CheckItem>' ], - [ N("/_Help"), undef, undef, undef, '<Branch>' ], + [ N("/_Help"), undef, undef, undef, '<LastBranch>' ], [ N("/_Help").N("/_Help"), undef, sub { HelpSystem() }, undef, '<StockItem>', 'gtk-help' ], [ N("/_Help").N("/_Report Bug"), undef, sub { system("$ENV{BROWSER} https://qa.mandrakesoft.com &") }, undef, '<StockItem>', 'gtk-stop' ], [ N("/_Help").N("/_About..."), undef, \&About, undef, '<StockItem>', 'gtk-preferences' ] |