diff -r 237802cf4610 -r 25b95d6224fc QTfrontend/hwform.cpp --- 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;