diff -r a066a52411bc -r 6505805e7f98 QTfrontend/ui/page/pageeditteam.cpp --- a/QTfrontend/ui/page/pageeditteam.cpp Sun Oct 21 12:28:05 2012 -0400 +++ b/QTfrontend/ui/page/pageeditteam.cpp Sun Oct 21 13:19:16 2012 -0400 @@ -134,7 +134,7 @@ CBVoicepack = new QComboBox(GBoxTeam); hbox->addWidget(CBVoicepack, 100); - btnTestSound = addButton(":/res/PlaySound.png", hbox, 1, true); + btnTestSound = addSoundlessButton(":/res/PlaySound.png", hbox, 1, true); hbox->setStretchFactor(btnTestSound, 1); GBTLayout->addLayout(hbox, 4, 1);