/[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 2978 by capela, Mon Aug 15 19:10:16 2016 UTC revision 3385 by capela, Fri Dec 1 19:23:47 2017 UTC
# Line 191  void ChannelForm::setup ( Channel *pChan Line 191  void ChannelForm::setup ( Channel *pChan
191                  if (sInstrumentFile.isEmpty()                  if (sInstrumentFile.isEmpty()
192                          || !QFileInfo(sInstrumentFile).exists())                          || !QFileInfo(sInstrumentFile).exists())
193                          m_ui.InstrumentFileComboBox->removeItem(i);                          m_ui.InstrumentFileComboBox->removeItem(i);
194                  else --i;                  --i;
195          }          }
196    
197          // Populate Engines list.          // Populate Engines list.
# 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.2978  
changed lines
  Added in v.3385

  ViewVC Help
Powered by ViewVC