diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index bc9d7f8a59..e8495f23cc 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -97,6 +97,7 @@ private: int main( int argc, char ** argv ) { + setlocale(LC_ALL, ""); // use native environment settings #if defined (FC_OS_LINUX) || defined(FC_OS_BSD) // Make sure to setup the Qt locale system before setting LANG and LC_ALL to C. // which is needed to use the system locale settings.