From fdde198ca5e44c8de0a2d6b7b654fdec378b43c1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Feb 2002 13:43:44 +0000 Subject: not translating in console installs (esp. newt) when the font is missing --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 41b59882e..76bd0e08f 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -85,7 +85,7 @@ sub set_help { 1 } #------------------------------------------------------------------------------ sub selectLanguage { my ($o) = @_; - lang::set($o->{lang}); + lang::set($o->{lang}, !$o->isa('interactive_gtk')); $o->{langs} ||= { $o->{lang} => 1 }; log::l("selectLanguage: pack_langs ", lang::pack_langs($o->{langs})); -- cgit v1.2.1