Nice icon for sound button
authorunc0rr
Mon, 19 Jan 2009 15:44:04 +0000
changeset 1718 659b214ba777
parent 1717 f4cf7e36ae3e
child 1719 b8a5c7180e48
Nice icon for sound button
QTfrontend/hedgewars.qrc
QTfrontend/pages.cpp
QTfrontend/res/PlaySound.png
--- 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