all repos — mgba @ cd306fc351a36228b036166e372a544743d9c984

mGBA Game Boy Advance Emulator

Qt: Remove testing code
Jeffrey Pfau jeffrey@endrift.com
Mon, 05 Sep 2016 22:42:27 -0700
commit

cd306fc351a36228b036166e372a544743d9c984

parent

dbe55c2fa80c91adce7f1f3dcdeb581e0ee738d5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/GBAApp.cppsrc/platform/qt/GBAApp.cpp

@@ -45,7 +45,7 @@ setWindowIcon(QIcon(":/res/mgba-1024.png"));

#endif QTranslator* translator = new QTranslator(this); - if (translator->load(QLocale("es"), QLatin1String(binaryName), QLatin1String("-"), QLatin1String(":/translations"))) { + if (translator->load(QLocale(), QLatin1String(binaryName), QLatin1String("-"), QLatin1String(":/translations"))) { installTranslator(translator); }