# HG changeset patch # User Wuzzy # Date 1532047418 -7200 # Node ID d44ca1f04bbe864928ea8c932c46ea70c0d1911e # Parent c5365f05d4de5a0d41b9b78edab662b9a4919017 Fix SDLInteraction strings not being translated diff -r c5365f05d4de -r d44ca1f04bbe QTfrontend/main.cpp --- a/QTfrontend/main.cpp Fri Jul 20 02:22:12 2018 +0200 +++ b/QTfrontend/main.cpp Fri Jul 20 02:43:38 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;