/[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 2982 by capela, Sun Aug 28 13:48:55 2016 UTC revision 3385 by capela, Fri Dec 1 19:23:47 2017 UTC
# Line 326  void ChannelForm::setup ( Channel *pChan Line 326  void ChannelForm::setup ( Channel *pChan
326    
327          const QString sInstrumentNrToolTip =          const QString sInstrumentNrToolTip =
328                  (pOptions->bInstrumentNames) ?                  (pOptions->bInstrumentNames) ?
329                          "Select an instrument of the file" :                          tr("Select an instrument of the file") :
330                          "You might want to enable instrument name retrieval in the "                          tr("You might want to enable instrument name retrieval in the "
331                          "settings dialog";                          "settings dialog");
332          m_ui.InstrumentNrComboBox->setToolTip(          m_ui.InstrumentNrComboBox->setToolTip(
333                  QObject::tr(sInstrumentNrToolTip.toUtf8().data())                  QObject::tr(sInstrumentNrToolTip.toUtf8().data())
334          );          );

Legend:
Removed from v.2982  
changed lines
  Added in v.3385

  ViewVC Help
Powered by ViewVC