--- a/QTfrontend/hedgewars.qrc Sat Apr 15 04:28:00 2017 +0200
+++ b/QTfrontend/hedgewars.qrc Sat Apr 15 05:01:40 2017 +0200
@@ -129,6 +129,7 @@
<file>res/btnTagTeam@2x.png</file>
<file>res/btnBottomBorder@2x.png</file>
<file>res/iconBox.png</file>
+ <file>res/iconInitHealth.png</file>
<file>res/iconHealth.png</file>
<file>res/iconHealthPercent.png</file>
<file>res/iconSuddenDeath.png</file>
Binary file QTfrontend/res/iconInitHealth.png has changed
--- a/QTfrontend/ui/page/pagescheme.cpp Sat Apr 15 04:28:00 2017 +0200
+++ b/QTfrontend/ui/page/pagescheme.cpp Sat Apr 15 05:01:40 2017 +0200
@@ -228,7 +228,7 @@
l = new QLabel(gbBasicSettings);
l->setWhatsThis(wtInitHealth);
l->setFixedSize(32,32);
- l->setPixmap(QPixmap(":/res/iconHealth.png"));
+ l->setPixmap(QPixmap(":/res/iconInitHealth.png"));
glBSLayout->addWidget(l,2,1,1,1);
SB_InitHealth = new QSpinBox(gbBasicSettings);
SB_InitHealth->setWhatsThis(wtInitHealth);