diff options
author | Hiro <Hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-03-25 09:43:33 +0000 |
---|---|---|
committer | Hiro <Hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-03-25 09:43:33 +0000 |
commit | 96574dad06aa75979b95d29f04afafcc06b588f7 (patch) | |
tree | daff9449b55de4990550dc76c9f3912910234490 /src/main.c | |
parent | 8b2a107e38c6751bfa2f4382f8f304207dd91358 (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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, ""); |