diff options
-rw-r--r-- | perl-install/harddrake/ui.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index e8feb1395..af1ed700b 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm @@ -68,6 +68,8 @@ my @menu_items = ( { path => _("/_File"), type => '<Branch>' }, . join("\n\n", map { "$fields{$_}[0]: $fields{$_}[1]"} keys %fields)); } }, + { path => _("/_Help")._("/_Report Bug"), + callback => sub { unless (fork) { exec("drakbug --report harddrake2 &") } } }, { path => _("/_Help")._("/_About..."), callback => sub { $in->ask_warn(_("About Harddrake"), join ("", _("This is HardDrake, a Mandrake hardware configuration tool.\nVersion:"), " $harddrake::data::version\n", |