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);