# HG changeset patch # User nemo # Date 1346515799 14400 # Node ID 97b98bcfd056b1e0db97f47a91da356e0b8370b9 # Parent 91fce82f9c6f100d9138a8cdea521b4bddf58d84 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? diff -r 91fce82f9c6f -r 97b98bcfd056 QTfrontend/hedgewars.qrc --- 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 @@ res/Load.png res/Save.png res/Record.png + res/Videos.png res/weaponsicon.png res/teamicon.png res/panelbg.png diff -r 91fce82f9c6f -r 97b98bcfd056 QTfrontend/res/Videos.png Binary file QTfrontend/res/Videos.png has changed diff -r 91fce82f9c6f -r 97b98bcfd056 QTfrontend/ui/page/pagemain.cpp --- 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