summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 683b053..da4fca4 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -316,7 +316,7 @@ bool CApplication::Create()
langStr += locale;
strcpy(S_LANGUAGE, langStr.c_str());
putenv(S_LANGUAGE);
- setlocale(LC_ALL, "");
+ setlocale(LC_ALL, locale.c_str());
GetLogger()->Debug("Set locale to '%s'\n", locale.c_str());
bindtextdomain("colobot", COLOBOT_I18N_DIR);