diff -r dcda1c2b77e4 -r 0ac281e1b58b QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Tue Aug 28 22:32:19 2012 +0400 +++ b/QTfrontend/ui/page/pagemain.cpp Tue Aug 28 22:33:17 2012 +0400 @@ -86,8 +86,10 @@ btnBack->setWhatsThis(tr("Exit game")); +#ifdef VIDEOREC BtnVideos = addButton(":/res/Record.png", bottomLayout, 1, true); - BtnVideos->setWhatsThis(tr("Manage videos recorded from game")); + BtnVideos->setWhatsThis(tr("Manage videos recorded from game")); +#endif BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true); BtnSetup->setWhatsThis(tr("Edit game preferences"));