E locale: Fix Ibar, for some reason it fixes Ibar.

It doesn't seem to cause any issues, so whatever, I'm fine with that.

SVN revision: 62654
This commit is contained in:
Tom Hacohen 2011-08-21 09:39:55 +00:00
parent f196fd9d65
commit 1bb452f841
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ e_intl_language_set(const char *lang)
e_util_env_set("LANGUAGE", NULL);
}
setlocale(LC_ALL, "");
setlocale(LC_ALL, lang);
if (_e_intl_language)
{
char *locale_path;