--- qsampler/trunk/src/qsamplerChannelForm.ui.h 2005/01/18 13:53:04 344 +++ qsampler/trunk/src/qsamplerChannelForm.ui.h 2005/02/17 17:27:59 388 @@ -113,14 +113,14 @@ if (sEngineName.isEmpty() && bNew) sEngineName = pOptions->sEngineName; if (sEngineName.isEmpty()) - sEngineName = tr("(No engine)"); + sEngineName = qsamplerChannel::noEngineName(); if (EngineNameComboBox->listBox()->findItem(sEngineName, Qt::ExactMatch) == NULL) EngineNameComboBox->insertItem(sEngineName); EngineNameComboBox->setCurrentText(sEngineName); // Instrument filename and index... QString sInstrumentFile = pChannel->instrumentFile(); if (sInstrumentFile.isEmpty()) - sInstrumentFile = tr("(No instrument)"); + sInstrumentFile = qsamplerChannel::noInstrumentName(); InstrumentFileComboBox->setCurrentText(sInstrumentFile); InstrumentNrComboBox->clear(); InstrumentNrComboBox->insertStringList(