From db950c1c5b5ed1a16c37839797aa6e9032d3267d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 2 Sep 2005 15:43:23 +0000 Subject: prefix file path with file:// (mozilla-firefox needs a valid url) --- perl-install/standalone/drakhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 19dc4ef04..22cca2fe1 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -35,4 +35,4 @@ my ($instpath, $ancpath, $package) = ctxhelp::path2help($opt, $idlabel); -e $instpath or system("/usr/sbin/drakhelp_inst $package"); -e $instpath or $in->ask_warn(N("Mandriva Linux Help Center"), N("%s cannot be displayed \n. No Help entry of this type\n", $instpath)); -system("/usr/bin/www-browser $ancpath &") if -e $instpath; +system("/usr/bin/www-browser file://$ancpath &") if -e $instpath; -- cgit v1.2.1