From 1bb452f841994a0726a2b9295547c92bdf8284c8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 21 Aug 2011 09:39:55 +0000 Subject: [PATCH] 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 --- src/bin/e_intl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_intl.c b/src/bin/e_intl.c index 8e87c207d..4d6bb9d2a 100644 --- a/src/bin/e_intl.c +++ b/src/bin/e_intl.c @@ -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;