last minute fix from faidon

master
joey 2006-07-29 21:40:59 +00:00
parent 8f2d8142e4
commit ee3e0e3c50
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ sub checkconfig () { #{{{
if (defined $config{locale}) {
eval q{use POSIX};
$ENV{LANG} = $config{locale}
if POSIX::setlocale(&POSIX::LANG, $config{locale});
if POSIX::setlocale(&POSIX::LC_TIME, $config{locale});
}
if ($config{w3mmode}) {