equal
deleted
inserted
replaced
139 |
139 |
140 ui.pageOptions->CBResolution->addItems(SDLInteraction::instance().getResolutions()); |
140 ui.pageOptions->CBResolution->addItems(SDLInteraction::instance().getResolutions()); |
141 |
141 |
142 config = new GameUIConfig(this, "physfs://hedgewars.ini"); |
142 config = new GameUIConfig(this, "physfs://hedgewars.ini"); |
143 |
143 |
144 ui.pageVideos->init(config); |
144 #ifdef VIDEOREC |
|
145 ui.pageOptions->setConfig(config); |
|
146 #endif |
145 |
147 |
146 #ifdef __APPLE__ |
148 #ifdef __APPLE__ |
147 panel = new M3Panel; |
149 panel = new M3Panel; |
148 |
150 |
149 #ifdef SPARKLE_ENABLED |
151 #ifdef SPARKLE_ENABLED |