diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-09-02 09:35:40 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-09-02 09:35:40 +0000 |
commit | 3735aac5d0e9f1428c6c35a16e05ad7945243fcd (patch) | |
tree | 035bc79cebd537aad77272929929cdcfd67a298d /perl-install | |
parent | f8afae44bc946d450ac68fcc29ca7049824a3b53 (diff) | |
download | drakx-backup-do-not-use-3735aac5d0e9f1428c6c35a16e05ad7945243fcd.tar drakx-backup-do-not-use-3735aac5d0e9f1428c6c35a16e05ad7945243fcd.tar.gz drakx-backup-do-not-use-3735aac5d0e9f1428c6c35a16e05ad7945243fcd.tar.bz2 drakx-backup-do-not-use-3735aac5d0e9f1428c6c35a16e05ad7945243fcd.tar.xz drakx-backup-do-not-use-3735aac5d0e9f1428c6c35a16e05ad7945243fcd.zip |
- drakbug point to https://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 754408112..caf565581 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -31,7 +31,7 @@ Gtk::Gdk::ImlibImage->init; my $in = 'interactive'->vnew; -$::bugzilla_url = "https://qa.mandrakesoft.com"; +my $bugzilla_url = "https://drakbug.mandrakesoft.com"; my $version = "0.9.0"; my $prog; my $incident=1; @@ -81,6 +81,7 @@ my $mdk_app = { _("Userdrake") => 'userdrake', _("Configuration Wizards") => 'wizdrake', }; + my @generic_tool = keys %{$mdk_app}; my @all_drakxtools = @ { $mdk_app->{_("Standalone Tools")} }; push(@generic_tool,@all_drakxtools); |