aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-19 16:58:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-19 16:58:06 +0000
commitfcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0 (patch)
treefe80e768f6d3405d1e4fdc8f4b8ea05ad7199b02
parentf5aa57c9eaf571b44e05e44bcdd29db0ad18e84d (diff)
downloaduserdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar
userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar.gz
userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar.bz2
userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.tar.xz
userdrake-fcdd36894b0d42e1ab79a7d4b6c7623376b3fbf0.zip
push help menu at right
-rwxr-xr-xuserdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/userdrake b/userdrake
index c9b27ca..c7b82fe 100755
--- a/userdrake
+++ b/userdrake
@@ -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' ]