E locale: Fix Ibar, for some reason it fixes Ibar.
authorTom Hacohen <tom@stosb.com>
Sun, 21 Aug 2011 09:39:55 +0000 (09:39 +0000)
committerTom Hacohen <tom@stosb.com>
Sun, 21 Aug 2011 09:39:55 +0000 (09:39 +0000)
It doesn't seem to cause any issues, so whatever, I'm fine with that.

SVN revision: 62654

src/bin/e_intl.c

index 8e87c20..4d6bb9d 100644 (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;