diff -r c11abf387a7d -r d5b30d6373fc QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sat Jul 31 10:52:43 2010 +0200 +++ b/QTfrontend/hwform.cpp Sat Jul 31 11:24:53 2010 +0200 @@ -85,7 +85,7 @@ setMinimumSize(760, 580); CustomizePalettes(); - + ui.pageOptions->CBResolution->addItems(sdli.getResolutions()); config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini"); @@ -100,7 +100,7 @@ updater = new SparkleAutoUpdater(SPARKLE_APPCAST_URL); if(updater && config->isAutoUpdateEnabled()) updater->checkForUpdates(); -#endif +#endif #endif UpdateTeamsLists();