--- a/QTfrontend/hedgewars.qrc Mon Jan 19 15:42:07 2009 +0000
+++ b/QTfrontend/hedgewars.qrc Mon Jan 19 15:44:04 2009 +0000
@@ -42,5 +42,6 @@
<file>res/lightbulb_off.png</file>
<file>res/spin_up.png</file>
<file>res/spin_down.png</file>
+ <file>res/PlaySound.png</file>
</qresource>
</RCC>
--- a/QTfrontend/pages.cpp Mon Jan 19 15:42:07 2009 +0000
+++ b/QTfrontend/pages.cpp Mon Jan 19 15:44:04 2009 +0000
@@ -177,7 +177,7 @@
CBVoicepack->addItems(list);
}
hbox->addWidget(CBVoicepack, 100);
- BtnTestSound = addButton(":/res/lightbulb_on.png", hbox, 1, true);
+ BtnTestSound = addButton(":/res/PlaySound.png", hbox, 1, true);
hbox->setStretchFactor(BtnTestSound, 1);
connect(BtnTestSound, SIGNAL(clicked()), this, SLOT(testSound()));
GBTLayout->addLayout(hbox);
Binary file QTfrontend/res/PlaySound.png has changed