changeset 8151 | 25b95d6224fc |
parent 8140 | a098374b847b |
child 8183 | 9b1c206a6cf2 |
--- a/QTfrontend/hwform.cpp Fri Nov 30 20:00:53 2012 -0500 +++ b/QTfrontend/hwform.cpp Sat Dec 01 21:24:25 2012 -0500 @@ -141,7 +141,9 @@ config = new GameUIConfig(this, "physfs://hedgewars.ini"); - ui.pageVideos->init(config); +#ifdef VIDEOREC + ui.pageOptions->setConfig(config); +#endif #ifdef __APPLE__ panel = new M3Panel;