author | koda |
Mon, 12 Oct 2009 21:52:51 +0000 | |
changeset 2439 | a1720b062b9c |
parent 2438 | 6df2e58b6ab2 |
child 2440 | 7274a82fddbb |
--- a/QTfrontend/hwform.cpp Mon Oct 12 21:42:56 2009 +0000 +++ b/QTfrontend/hwform.cpp Mon Oct 12 21:52:51 2009 +0000 @@ -77,7 +77,7 @@ CustomizePalettes(); - sdli.setHardwareSound(ui.pageOptions->CBHardwareSound->isChecked()); + sdli.setHardwareSound(settings.value("audio/hardware", false).toBool()); ui.pageOptions->CBResolution->addItems(sdli.getResolutions());