From 93f1aa749763ad2b71055f560ee717829f190b69 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Apr 2013 11:11:07 +0000 Subject: fix finding translated help (mga#9619) regression introduced in commit r7467 on 2013-04-04: "fork displaying help, thus workarounding a webkit segfault (mga#9124)" --- perl-install/standalone/display_installer_help | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/display_installer_help b/perl-install/standalone/display_installer_help index 8d1a84d8c..09c6bae31 100755 --- a/perl-install/standalone/display_installer_help +++ b/perl-install/standalone/display_installer_help @@ -25,4 +25,6 @@ my $in = 'interactive'->vnew('su'); # so that we popup above drakx: any::set_wm_hints_if_needed($in); +# Fake enough $o for retrieving the proper translation: +$o->{locale}{lang} = $ARGV[1]; $in->display_help_window({ interactive_help_id => $ARGV[0] }); -- cgit v1.2.1