summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/standalone/drakhelp4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp
index 2fd3a8e0b..39c3255f6 100644
--- a/perl-install/standalone/drakhelp
+++ b/perl-install/standalone/drakhelp
@@ -19,9 +19,9 @@ my $path_to_help = "/usr/share/doc/mandrake/" . $lang . "/";
if ((my $wm = any::running_window_manager()) eq 'kwin') {
system("mdklaunchhelp " . $path_to_help . $ARGV[0] . "&");
-}elsif ($wm eq 'gnome-session') {
+} elsif ($wm eq 'gnome-session') {
system("yelp ghelp://" . $path_to_help . $ARGV[0] . "&")
-} else {
+} else {
on_request_help($path_to_help . $ARGV[0])
}