Fix SDLInteraction strings not being translated 0.9.24
authorWuzzy <Wuzzy2@mail.ru>
Tue, 24 Jul 2018 18:37:52 +0200
branch0.9.24
changeset 13543 dfde8aad6b3e
parent 13542 b89ea5618067
child 13544 b69732d0cce5
Fix SDLInteraction strings not being translated
QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Tue Jul 24 18:37:52 2018 +0200
+++ b/QTfrontend/main.cpp	Tue Jul 24 18:37:52 2018 +0200
@@ -191,8 +191,6 @@
     cocoaInit = new CocoaInitializer(); // Creates the autoreleasepool preventing cocoa object leaks on OS X.
 #endif
 
-    SDLInteraction::instance();
-
     HWApplication app(argc, argv);
     app.setAttribute(Qt::AA_DontShowIconsInMenus,false);
 
@@ -414,6 +412,8 @@
     }
 #endif
 
+    SDLInteraction::instance();
+
     QString style = "";
     QString fname;