QTfrontend/pages.cpp
changeset 1718 659b214ba777
parent 1701 ad7a7fd14d36
child 1777 88674c291331
--- 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);