diff -r 14d9a3c33650 -r 67f07ff5b593 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Tue Dec 04 10:49:52 2012 +0100 +++ b/QTfrontend/hwform.cpp Tue Dec 04 16:37:02 2012 -0500 @@ -1463,7 +1463,7 @@ //setVisible(true); setFocusPolicy(Qt::StrongFocus); if (id == ID_PAGE_INGAME) GoBack(); - Music(ui.pageOptions->CBEnableFrontendMusic->isChecked()); + Music(ui.pageOptions->CBFrontendMusic->isChecked()); if (wBackground) wBackground->startAnimation(); GoToPage(ID_PAGE_GAMESTATS); if (hwnet && (!game || !game->netSuspend)) hwnet->gameFinished(true); @@ -1481,7 +1481,7 @@ (gameState == gsInterrupted || gameState == gsStopped || gameState == gsDestroyed || gameState == gsHalted))) { if (id == ID_PAGE_INGAME) GoBack(); - Music(ui.pageOptions->CBEnableFrontendMusic->isChecked()); + Music(ui.pageOptions->CBFrontendMusic->isChecked()); if (wBackground) wBackground->startAnimation(); if (hwnet) hwnet->gameFinished(false); }