QTfrontend/ui/page/pagemain.cpp
changeset 7617 0ac281e1b58b
parent 7235 baa69bd025d9
child 7620 fa3bc79dc0b8
--- 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"));