-rw-r--r-- | noncore/settings/sound/soundsettings.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp index 99fccf7..010e0af 100644 --- a/noncore/settings/sound/soundsettings.cpp +++ b/noncore/settings/sound/soundsettings.cpp @@ -94,6 +94,8 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl ) else if(sRate == 10) timeLimitComboBox->setCurrentItem(3); - else + else if(sRate == 5) timeLimitComboBox->setCurrentItem(4); + else + timeLimitComboBox->setCurrentItem(5); sixteenBitCheckBox->setChecked(cfg.readNumEntry("SixteenBit", 1)); |