QTfrontend/ui/page/pageeditteam.cpp
changeset 7781 6505805e7f98
parent 7553 9cfe74ee418b
child 7794 ab7b94c03bc9
--- 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);