From b14c834db389a67a9cbf05f08d9d945f4cc1687a Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Tue, 9 Sep 2003 10:41:43 +0000 Subject: - help call - reportbug via bugzilla --- perl-install/standalone/printerdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/printerdrake') diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index 6fd3e8c8b..be969affd 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -167,8 +167,8 @@ my ($menu, $factory) = create_factory_menu($::isEmbedded ? $::Plug : $us->{wnd}{ (); }, undef, '' ], [ N("/_Help"), undef, undef, undef, '' ], - [ N("/_Help").N("/_Help"), undef, \&HelpSystem, undef, '', 'gtk-help' ], - [ N("/_Help").N("/_Report Bug"), undef, sub { system("drakhelp https://qa.mandrakesoft.com &") }, undef, '', 'gtk-stop' ], + [ 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