summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index d0ab46d3..2034dd3a 100755
--- a/control-center
+++ b/control-center
@@ -319,7 +319,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("/_Help"), callback => sub { fork_("drakhelp Drakxtools-Guide.html/control-center.html") } },
+ { path => N("/_Help").N("/_Help"), callback => sub { fork_("drakhelp Drakxtools-Guide.html/drakconf-intro.html") } },
{ path => N("/_Help").N("/_Report Bug"), callback => sub { fork_("drakbug --report drakconf &") } },
{ path => N("/_Help").N("/_About..."), callback => \&about_mdk_cc }
));