diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-27 09:58:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-27 09:58:43 +0000 |
commit | dfdf67465048d060f7f86cd70d55cb78b6da15d9 (patch) | |
tree | 421a29bd65b7117bfa0db071ddbb4845b7591b7b /perl-install/any.pm | |
parent | 06778644fe639e20bf25eae532dc5b002af3a808 (diff) | |
download | drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.gz drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.bz2 drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.xz drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.zip |
drop Move support (unused for quite a long time and superceeded by Globetrotter
which itself was obsoleted by Mdv One)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 54ef4694d..3311f87e8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -924,7 +924,6 @@ when your installation is complete and you restart your system.")), #- very special cases for langs which do not like UTF-8 $non_utf8 = $lang =~ /\bzh/ if !$utf8_forced; }, focus_out => sub { $langs->{$listval2val->($lang)} = 1 } }, - if_(!$::move, { val => \$non_utf8, type => 'bool', text => N("Old compatibility (non UTF-8) encoding"), advanced => 1, changed => sub { $utf8_forced = 1 } }, { val => \$langs->{all}, type => 'bool', text => N("All languages"), advanced => 1 }, @@ -934,7 +933,6 @@ when your installation is complete and you restart your system.")), image => "langs/lang-$_->[0]", }; } sort { $a->[1] cmp $b->[1] } map { [ $_, $sort_func->($_) ] } lang::list_langs(), - ), ]) or return; $locale->{utf8} = !$non_utf8; %$langs = grep_each { $::b } %$langs; #- clean hash |