# HG changeset patch
# User unc0rr
# Date 1232379844 0
# Node ID 659b214ba777377a0629b1e4576c5f4a00534a8c
# Parent  f4cf7e36ae3e87aaaa275c44c44503601a7f1a31
Nice icon for sound button

diff -r f4cf7e36ae3e -r 659b214ba777 QTfrontend/hedgewars.qrc
--- 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>
diff -r f4cf7e36ae3e -r 659b214ba777 QTfrontend/pages.cpp
--- 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);
diff -r f4cf7e36ae3e -r 659b214ba777 QTfrontend/res/PlaySound.png
Binary file QTfrontend/res/PlaySound.png has changed