summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-09-17 11:12:43 +0000
committerDaouda Lo <daouda@mandriva.com>2002-09-17 11:12:43 +0000
commite81f2d0d68f1e9ca6e75eaee6d240d0376528e33 (patch)
tree005f932d08938676fcdf5da710511c89c851c63e
parentfc7e6292f7c1b85fc2b0aa5f447540b77e7a221a (diff)
downloaddrakx-backup-do-not-use-e81f2d0d68f1e9ca6e75eaee6d240d0376528e33.tar
drakx-backup-do-not-use-e81f2d0d68f1e9ca6e75eaee6d240d0376528e33.tar.gz
drakx-backup-do-not-use-e81f2d0d68f1e9ca6e75eaee6d240d0376528e33.tar.bz2
drakx-backup-do-not-use-e81f2d0d68f1e9ca6e75eaee6d240d0376528e33.tar.xz
drakx-backup-do-not-use-e81f2d0d68f1e9ca6e75eaee6d240d0376528e33.zip
- fix typo
-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 c7410d753..72603f4bd 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -139,7 +139,7 @@ $Report_Button->signal_connect(clicked => sub { my $options = "mdkwizard=1";
$options.="&kernel=$k";
$options.="&mdkrelease=$r";
print "$bugzilla_url"."?"."$options" ."\n";
- connect_bugzilla("$bugzilla_url/wizard?"."$options") });
+ connect_bugzilla("$bugzilla_url"."?"."$options") });
$hbx->pack_end($Report_Button,0,0,0);
$vbx->pack_start($hbx,0,0,0);
$window_g->add($vbx);