From a5ca209fbd0f42955cdb8a980a8a7f09b9e32108 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 14 Sep 2009 15:38:00 +0000 Subject: use new display_help helper/browser --- perl-install/standalone/drakhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakhelp') diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 9f23a0353..eea4644bd 100755 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -45,7 +45,7 @@ if (! -e $instpath) { if (-e $instpath) { local $ENV{HOME} = '/root' if !$<; - run_program::raw({ detach => 1 }, '/usr/bin/www-browser', "file://$ancpath"); + run_program::raw({ detach => 1 }, 'display_help', "file://$ancpath"); } else { $ugtk2::wm_icon = "help"; my $in = interactive->vnew; -- cgit v1.2.1