--- 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());