QTfrontend/hwform.cpp
changeset 2439 a1720b062b9c
parent 2428 6800f8aa0184
child 2443 fececcbc2189
equal deleted inserted replaced
2438:6df2e58b6ab2 2439:a1720b062b9c
    75 
    75 
    76 	ui.setupUi(this);
    76 	ui.setupUi(this);
    77 
    77 
    78 	CustomizePalettes();
    78 	CustomizePalettes();
    79         
    79         
    80     sdli.setHardwareSound(ui.pageOptions->CBHardwareSound->isChecked());
    80     sdli.setHardwareSound(settings.value("audio/hardware", false).toBool());
    81         
    81         
    82 	ui.pageOptions->CBResolution->addItems(sdli.getResolutions());
    82 	ui.pageOptions->CBResolution->addItems(sdli.getResolutions());
    83 
    83 
    84 	config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini");
    84 	config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini");
    85 
    85