--- qsampler/trunk/src/qsamplerChannelForm.cpp 2007/11/26 10:58:23 1526 +++ qsampler/trunk/src/qsamplerChannelForm.cpp 2007/11/26 16:00:21 1527 @@ -300,6 +300,15 @@ // if we're editing an existing sampler channel... m_ui.AudioRoutingTable->setVisible(!bNew); + const QString sInstrumentNrToolTip = + (pOptions->bInstrumentNames) ? + "Select an instrument of the file" : + "You might want to enable instrument name retrieval in the " + "settings dialog"; + m_ui.InstrumentNrComboBox->setToolTip( + QObject::tr(sInstrumentNrToolTip.toUtf8().data()) + ); + // As convenient, make it ready on stabilizeForm() for // prompt acceptance, if we got the minimum required... /* if (sEngineName != qsamplerChannel::noEngineName() &&