diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index ecbcc9c88..fc6af012b 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -86,7 +86,7 @@ my @menu_items = { path => N("/_Options").N("/Autodetect _jazz drives"), type => '<CheckItem>', callback => sub { $options{JAZZ_DETECTION} = $check_boxes{JAZZ_DETECTION}->active } }, { path => N("/_Help"), type => '<Branch>' }, - { path => N("/_Help").N("/_Help"), callback => sub { unless (fork()) { exec("drakhelp Starter.html/harddrake.html") } } }, + { path => N("/_Help").N("/_Help"), callback => sub { unless (fork()) { exec("drakhelp Drakxtools-Guide.html/harddrake.html") } } }, { path => N("/_Help").N("/_Fields description"), callback => sub { |