From ae02465d1caa9581d37a2b9aa8af552ee1793d27 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 6 Oct 2007 14:27:28 +0000 Subject: enable to visit Mandriva Tour from mcc --- control-center | 1 + 1 file changed, 1 insertion(+) diff --git a/control-center b/control-center index 0316c4c8..1abca77a 100755 --- a/control-center +++ b/control-center @@ -1262,6 +1262,7 @@ my @menu_items = ( [ N("/_Help"), undef, undef, undef, '' ], [ N("/_Help") . N("/_Help"), undef, sub { fork_("drakhelp --id $help_on_context", []) }, undef, '', N("Help") ], [ N("/_Help") . N("/_Release notes"), undef, sub { run_browser('Notes') }, undef, '', N("Help") ], + [ N("/_Help") . N("/What's _New?"), undef, sub { run_browser("What's New?") }, undef, '', N("Help") ], [ N("/_Help") . N("/_Errata"), undef, sub { run_browser('Errata') }, undef, '', N("Help") ], [ N("/_Help") . N("/_Report Bug"), undef, sub { run_program::raw({ detach => 1 }, 'drakbug', '--report', (split(/\s/, $pending_app))[0] || 'drakconf'); -- cgit v1.2.1