mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 15:39:49 +00:00
Fix string corruption with Qt on linux-systems
This commit is contained in:
parent
6265081d08
commit
54ea8eb5c7
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ int runApplication(int argc, char *argv[])
|
|||
application.setWindowIcon (QIcon (":./openmw-cs.png"));
|
||||
|
||||
CS::Editor editor(argc, argv);
|
||||
#ifdef __linux__
|
||||
setlocale(LC_NUMERIC,"C");
|
||||
#endif
|
||||
|
||||
if(!editor.makeIPCServer())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue