aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorHiro <Hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-25 09:43:33 +0000
committerHiro <Hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-25 09:43:33 +0000
commit96574dad06aa75979b95d29f04afafcc06b588f7 (patch)
treedaff9449b55de4990550dc76c9f3912910234490 /src/main.c
parent8b2a107e38c6751bfa2f4382f8f304207dd91358 (diff)
win32: disabled LANGUAGE (fixes incorrect language selection).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1575 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 13a97010..b3b8c552 100644
--- a/src/main.c
+++ b/src/main.c
@@ -489,6 +489,8 @@ static void app_init(void)
DISABLE_DIGIT_LOCALE("LC_MESSAGES");
#undef DISABLE_DIGIT_LOCALE
+
+ g_unsetenv("LANGUAGE");
#endif
setlocale(LC_ALL, "");