summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center1
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center
index a034359b..f92b7b87 100755
--- a/control-center
+++ b/control-center
@@ -304,6 +304,7 @@ my ($menu, $factory) = create_factory_menu($window_global,
{ path => N("/_Themes").N("/_More themes"), callback => \&more_themes }
),
{ path => N("/_Help"), type => '<Branch>' },
+ { path => N("/_Help").N("/_"), callback => sub { fork_("drakhelp Starter.html/control-center.html") } },
{ path => N("/_Help").N("/_Report Bug"), callback => sub { fork_("drakbug --report drakconf &") } },
{ path => N("/_Help").N("/_About..."), callback => \&about_mdk_cc }
));