/[svn]/qsampler/trunk/src/qsamplerChannelForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1520 by capela, Sat Nov 24 13:22:00 2007 UTC revision 1527 by schoenebeck, Mon Nov 26 16:00:21 2007 UTC
# Line 300  void ChannelForm::setup ( qsamplerChanne Line 300  void ChannelForm::setup ( qsamplerChanne
300          // if we're editing an existing sampler channel...          // if we're editing an existing sampler channel...
301          m_ui.AudioRoutingTable->setVisible(!bNew);          m_ui.AudioRoutingTable->setVisible(!bNew);
302    
303            const QString sInstrumentNrToolTip =
304                    (pOptions->bInstrumentNames) ?
305                            "Select an instrument of the file" :
306                            "You might want to enable instrument name retrieval in the "
307                            "settings dialog";
308            m_ui.InstrumentNrComboBox->setToolTip(
309                    QObject::tr(sInstrumentNrToolTip.toUtf8().data())
310            );
311    
312          // As convenient, make it ready on stabilizeForm() for          // As convenient, make it ready on stabilizeForm() for
313          // prompt acceptance, if we got the minimum required...          // prompt acceptance, if we got the minimum required...
314  /*      if (sEngineName != qsamplerChannel::noEngineName() &&  /*      if (sEngineName != qsamplerChannel::noEngineName() &&

Legend:
Removed from v.1520  
changed lines
  Added in v.1527

  ViewVC Help
Powered by ViewVC