--- qsampler/trunk/src/qsamplerChannelForm.ui.h 2004/06/07 21:40:23 114 +++ qsampler/trunk/src/qsamplerChannelForm.ui.h 2004/06/07 21:41:43 115 @@ -157,8 +157,8 @@ // We'll go for it! if (m_iDirtyCount > 0) { int iErrors = 0; - // Engine name... - if (!m_pChannel->loadEngine(EngineNameComboBox->currentText())) + // Audio output driver type... + if (!m_pChannel->setAudioDriver(AudioDriverComboBox->currentText())) iErrors++; // MIDI input driver type... if (!m_pChannel->setMidiDriver(MidiDriverComboBox->currentText())) @@ -169,8 +169,8 @@ // MIDI input channel... if (!m_pChannel->setMidiChannel(MidiChannelSpinBox->value())) iErrors++; - // Audio output driver type... - if (!m_pChannel->setAudioDriver(AudioDriverComboBox->currentText())) + // Engine name... + if (!m_pChannel->loadEngine(EngineNameComboBox->currentText())) iErrors++; // Instrument file and index... if (!m_pChannel->loadInstrument(InstrumentFileComboBox->currentText(), InstrumentNrSpinBox->value()))