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?
--- 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