diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-02 08:32:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-02 08:32:35 +0000 |
commit | 68490488f56ca52e8189795c90c9212df12824a5 (patch) | |
tree | 6dc703f51f4e87c20409816ae14878b5b7e8d39c | |
parent | 1bf4a9d78a45f43cc03bb8d094c70bf7630d3cf3 (diff) | |
download | drakx-68490488f56ca52e8189795c90c9212df12824a5.tar drakx-68490488f56ca52e8189795c90c9212df12824a5.tar.gz drakx-68490488f56ca52e8189795c90c9212df12824a5.tar.bz2 drakx-68490488f56ca52e8189795c90c9212df12824a5.tar.xz drakx-68490488f56ca52e8189795c90c9212df12824a5.zip |
add comment
-rw-r--r-- | perl-install/standalone/localedrake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/localedrake b/perl-install/standalone/localedrake index 5517ad5d1..6f311e019 100644 --- a/perl-install/standalone/localedrake +++ b/perl-install/standalone/localedrake @@ -44,6 +44,7 @@ sub select_country() { eval { local $::isWizard = 1; language: + # keep around previous settings so that any::selectLanguage can keep UTF-8 flag: local $::Wizard_no_previous = 1; my $old_lang = $locale->{lang}; $in->{locale} = $locale; |