From d375038175cd854d95e7a96d231d961255052ad8 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 11 Jan 2016 10:09:10 +0100 Subject: [PATCH] Fixed: Ryzom Configuration under OS X --HG-- branch : develop --- code/ryzom/tools/client/client_config_qt/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/tools/client/client_config_qt/main.cpp b/code/ryzom/tools/client/client_config_qt/main.cpp index f298426f7..2ee58d5bd 100644 --- a/code/ryzom/tools/client/client_config_qt/main.cpp +++ b/code/ryzom/tools/client/client_config_qt/main.cpp @@ -38,6 +38,8 @@ int main(sint32 argc, char **argv) { + NLMISC::CApplicationContext applicationContext; + QApplication app(argc, argv); QApplication::setWindowIcon(QIcon(":/resources/welcome_icon.png"));