From f920665947b0b6fbbc80b4a0f2c59a3559ee789a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Jan 2004 23:01:47 +0000 Subject: do not push anymore help menu at right (hig and kde guidelines are against this) --- perl-install/standalone/printerdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/printerdrake') diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index e52f128fe..2648e8d46 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -165,7 +165,7 @@ my ($menu, $factory) = create_factory_menu($::isEmbedded ? $::Plug : $us->{wnd}{ %printer::main::thedb = (); }, undef, '' ], - [ N("/_Help"), undef, undef, undef, '' ], + [ N("/_Help"), undef, undef, undef, '' ], [ N("/_Help").N("/_Help"), undef, sub { HelpSystem() }, undef, '', 'gtk-help' ], [ N("/_Help").N("/_Report Bug"), undef, sub { system("$ENV{BROWSER} https://qa.mandrakesoft.com &") }, undef, '', 'gtk-stop' ], [ N("/_Help").N("/_About..."), undef, \&About, undef, '', 'gtk-preferences' ] -- cgit v1.2.1