summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-09-09 10:41:43 +0000
committerDaouda Lo <daouda@mandriva.com>2003-09-09 10:41:43 +0000
commitb14c834db389a67a9cbf05f08d9d945f4cc1687a (patch)
treec8b2fa2d74407891ad37cd6f8fbbaffbaf1b020a /perl-install
parent3ac4cf74257c2d132bc289952ef3323aabbabf86 (diff)
downloaddrakx-b14c834db389a67a9cbf05f08d9d945f4cc1687a.tar
drakx-b14c834db389a67a9cbf05f08d9d945f4cc1687a.tar.gz
drakx-b14c834db389a67a9cbf05f08d9d945f4cc1687a.tar.bz2
drakx-b14c834db389a67a9cbf05f08d9d945f4cc1687a.tar.xz
drakx-b14c834db389a67a9cbf05f08d9d945f4cc1687a.zip
- help call
- reportbug via bugzilla
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/printerdrake4
1 files changed, 2 insertions, 2 deletions
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, '<CheckItem>' ],
[ N("/_Help"), undef, undef, undef, '<Branch>' ],
- [ N("/_Help").N("/_Help"), undef, \&HelpSystem, undef, '<StockItem>', 'gtk-help' ],
- [ N("/_Help").N("/_Report Bug"), undef, sub { system("drakhelp https://qa.mandrakesoft.com &") }, undef, '<StockItem>', 'gtk-stop' ],
+ [ 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' ]
)
);