]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_unix.cpp
Make GraphicsConverter threadsafe
[lyx.git] / src / support / os_unix.cpp
index b85bdb20cd4788ec8dfbeeb762983db100404c52..03dfb381c22480c03d08fcfaac692bb7154d4007 100644 (file)
@@ -46,6 +46,9 @@ void init(int argc, char * argv[])
 {
        argc_ = argc;
        argv_ = argv;
+
+       // Set environment's default locale
+       setlocale(LC_ALL, "");
 }