QTfrontend/hwform.cpp
changeset 8918 512753ea4b1b
parent 8901 505307b9735d
child 8977 d424c7f8b342
--- a/QTfrontend/hwform.cpp	Wed Apr 17 11:24:06 2013 -0400
+++ b/QTfrontend/hwform.cpp	Thu Apr 18 00:41:27 2013 +0400
@@ -151,7 +151,7 @@
 
     ui.pageOptions->CBResolution->addItems(SDLInteraction::instance().getResolutions());
 
-    config = new GameUIConfig(this, "physfs://hedgewars.ini");
+    config = new GameUIConfig(this, DataManager::instance().settingsFileName());
     frontendEffects = config->value("frontend/effects", true).toBool();
     playerHash = QString(QCryptographicHash::hash(config->value("net/nick","").toString().toUtf8(), QCryptographicHash::Md5).toHex());