diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index cde0da8f4..0e2c480a0 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -734,6 +734,7 @@ sub selectCountry { $h->{country}); } @lang::locales; @best == 1 and @best = (); + $locale->{IM} = lang::get_default_im($locale->{lang}); my ($other, $ext_country); member($country, @best) or ($ext_country, $country) = ($country, $ext_country); |