diff -r 4d3415927d2c -r 133e22b5c410 QTfrontend/ui/widget/qpushbuttonwithsound.cpp --- a/QTfrontend/ui/widget/qpushbuttonwithsound.cpp Sat Nov 17 22:07:17 2012 +0400 +++ b/QTfrontend/ui/widget/qpushbuttonwithsound.cpp Sat Nov 17 22:45:30 2012 +0400 @@ -36,8 +36,6 @@ if ( !isSoundEnabled || !HWForm::config->isFrontendSoundEnabled()) return; - DataManager & dataMgr = DataManager::instance(); - if (this->isEnabled()) - SDLInteraction::instance().playSoundFile(dataMgr.findFileForRead("Sounds/roperelease.ogg")); + SDLInteraction::instance().playSoundFile("/Sounds/roperelease.ogg"); }