From cba0fa88fa844a0a31f63121307fe50ea1b9a906 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 16 Jan 2003 21:05:38 +0000 Subject: - checker --- perl-install/standalone/drakhelp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakhelp') 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]) } -- cgit v1.2.1