Differentiate videos from demos - navigating between them was too confusing. BTW, why is this on the front page, instead of next to the demos button?
authornemo
Sat, 01 Sep 2012 12:09:59 -0400
changeset 7643 97b98bcfd056
parent 7642 91fce82f9c6f
child 7644 ed7fecd0f5fd
Differentiate videos from demos - navigating between them was too confusing. BTW, why is this on the front page, instead of next to the demos button?
QTfrontend/hedgewars.qrc
QTfrontend/res/Videos.png
QTfrontend/ui/page/pagemain.cpp
--- a/QTfrontend/hedgewars.qrc	Sat Sep 01 10:40:22 2012 +0200
+++ b/QTfrontend/hedgewars.qrc	Sat Sep 01 12:09:59 2012 -0400
@@ -56,6 +56,7 @@
         <file>res/Load.png</file>
         <file>res/Save.png</file>
         <file>res/Record.png</file>
+        <file>res/Videos.png</file>
         <file>res/weaponsicon.png</file>
         <file>res/teamicon.png</file>
         <file>res/panelbg.png</file>
Binary file QTfrontend/res/Videos.png has changed
--- a/QTfrontend/ui/page/pagemain.cpp	Sat Sep 01 10:40:22 2012 +0200
+++ b/QTfrontend/ui/page/pagemain.cpp	Sat Sep 01 12:09:59 2012 -0400
@@ -87,7 +87,7 @@
     btnBack->setWhatsThis(tr("Exit game"));
 
 #ifdef VIDEOREC
-    BtnVideos = addButton(":/res/Record.png", bottomLayout, 1, true);
+    BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true);
     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
 #endif