summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-02-10 11:09:47 +0000
committerDaouda Lo <daouda@mandriva.com>2003-02-10 11:09:47 +0000
commit5374021c0bf4efb1728aa3cc76b4a3b32413f6df (patch)
treee69aa0c444a97930eb30fb2ec2d3648d0abaa93e /perl-install/standalone/drakbug
parent8da828b3bcbf45805e9715f99c725e2f493f41c9 (diff)
downloaddrakx-5374021c0bf4efb1728aa3cc76b4a3b32413f6df.tar
drakx-5374021c0bf4efb1728aa3cc76b4a3b32413f6df.tar.gz
drakx-5374021c0bf4efb1728aa3cc76b4a3b32413f6df.tar.bz2
drakx-5374021c0bf4efb1728aa3cc76b4a3b32413f6df.tar.xz
drakx-5374021c0bf4efb1728aa3cc76b4a3b32413f6df.zip
- help link can be non local (http, www connnections).
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 73e385847..1828f9d26 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -121,7 +121,7 @@ $Report_Button->signal_connect(clicked => sub { my $options = "mdkbugreport=1";
print($bugzilla_url . "?" . $options . "\n");
connect_bugzilla($bugzilla_url."?".$options) });
my $help_button = new Gtk2::Button(" ".N("Help")." ");
-$help_button->signal_connect(clicked => sub { $window->standalone::on_request_help('/usr/share/doc/HTML/index.html') });
+$help_button->signal_connect(clicked => sub { system("drakhelp https://qa.mandrakesoft.com &") });
$hbx->pack_end($Report_Button,0,0,0);
$hbx->pack_end($help_button,0,0,5);
$vbx->pack_start($hbx,0,0,0);