# HG changeset patch # User Wuzzy # Date 1532450272 -7200 # Node ID dfde8aad6b3e6ac166ee474a5398b80c95ad8249 # Parent b89ea5618067406d5029c2b6ab8a8c5863d71cf7 Fix SDLInteraction strings not being translated diff -r b89ea5618067 -r dfde8aad6b3e 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;