diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-30 08:07:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-30 08:07:39 +0000 |
commit | e7b85016ce151963fe592ab69cf56261490f6ab8 (patch) | |
tree | 61f62b5c9955c94c6d1cf149bb900c5e5b769e41 /perl-install | |
parent | f09bb9ea9931ea845bf4e3e509442eca66573842 (diff) | |
download | drakx-backup-do-not-use-e7b85016ce151963fe592ab69cf56261490f6ab8.tar drakx-backup-do-not-use-e7b85016ce151963fe592ab69cf56261490f6ab8.tar.gz drakx-backup-do-not-use-e7b85016ce151963fe592ab69cf56261490f6ab8.tar.bz2 drakx-backup-do-not-use-e7b85016ce151963fe592ab69cf56261490f6ab8.tar.xz drakx-backup-do-not-use-e7b85016ce151963fe592ab69cf56261490f6ab8.zip |
(configure_kdeglobals) set KDE in m17n emvironment if needed
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 2598c145d..fe62dde8e 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1134,7 +1134,7 @@ sub configure_kdeglobals { update_gnomekderc($kdeglobals, Locale => ( Charset => $kde_charset, Country => lc($locale->{country}), - Language => $lang, + Language => getLANGUAGE($locale->{lang}, $locale->{country}, $locale->{utf8}), )); if ($prev_kde_charset ne $kde_charset) { |