diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-09-11 10:49:26 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-09-11 10:49:26 +0000 |
commit | 2cc7eafcb59633236b03db7d9a35fc51b97bac6d (patch) | |
tree | 6111ce890325a6eef695c81b189798c3e0fa286a /perl-install | |
parent | ca06ab2070bd05d8d9e1fc970c3dc48da7a86a0b (diff) | |
download | drakx-2cc7eafcb59633236b03db7d9a35fc51b97bac6d.tar drakx-2cc7eafcb59633236b03db7d9a35fc51b97bac6d.tar.gz drakx-2cc7eafcb59633236b03db7d9a35fc51b97bac6d.tar.bz2 drakx-2cc7eafcb59633236b03db7d9a35fc51b97bac6d.tar.xz drakx-2cc7eafcb59633236b03db7d9a35fc51b97bac6d.zip |
- s/bugzilla.com/drakbug.mandrakesoft.com/
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakbug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 75ffb1a37..3cca44409 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -112,7 +112,7 @@ gtkpack2__( gtkpack2__(my $vbx = new Gtk::VBox(0,5), gtkadd($table), gtkpack(new Gtk::HBox(0,0), - gtkpack(gtkset_justify(new Gtk::Label(_("\n\nTo submit a bug report, click on the button report.\nThis will open a web browser window on https://www.bugzilla.com\n where you'll find a form to fill in.The information displayed above will be \ntransferred to that server\n\n")),"left")), + gtkpack(gtkset_justify(new Gtk::Label(_("\n\nTo submit a bug report, click on the button report.\nThis will open a web browser window on https://drakbug.mandrakesoft.com\n where you'll find a form to fill in.The information displayed above will be \ntransferred to that server\n\n")),"left")), ), gtkpack(new Gtk::HSeparator), @@ -138,6 +138,7 @@ $Report_Button->signal_connect(clicked => sub { my $options = "mdkwizard=1"; $options.="?package=$p" ; $options.="?kernel=$k"; $options.="?mdkrelease=$r"; + print "$bugzilla_url/wizard?"."$options" ."\n"; connect_bugzilla("$bugzilla_url/wizard?"."$options") }); $hbx->pack_end($Report_Button,0,0,0); $vbx->pack_start($hbx,0,0,0); |