/[svn]/qsampler/trunk/src/qsamplerChannelStrip.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.ui.h

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

revision 371 by capela, Fri Feb 11 15:36:06 2005 UTC revision 388 by capela, Thu Feb 17 17:27:59 2005 UTC
# Line 147  bool qsamplerChannelStrip::updateInstrum Line 147  bool qsamplerChannelStrip::updateInstrum
147    
148          // Instrument name...          // Instrument name...
149          if (m_pChannel->instrumentName().isEmpty())          if (m_pChannel->instrumentName().isEmpty())
150                  InstrumentNameTextLabel->setText(' ' + tr("(No instrument)"));                  InstrumentNameTextLabel->setText(' ' + qsamplerChannel::noInstrumentName());
151          else          else
152                  InstrumentNameTextLabel->setText(' ' + m_pChannel->instrumentName());                  InstrumentNameTextLabel->setText(' ' + m_pChannel->instrumentName());
153    
# Line 175  bool qsamplerChannelStrip::updateChannel Line 175  bool qsamplerChannelStrip::updateChannel
175    
176      // Engine name...      // Engine name...
177      if (m_pChannel->engineName().isEmpty())      if (m_pChannel->engineName().isEmpty())
178          EngineNameTextLabel->setText(' ' + tr("(No engine)"));          EngineNameTextLabel->setText(' ' + qsamplerChannel::noEngineName());
179      else      else
180          EngineNameTextLabel->setText(' ' + m_pChannel->engineName());          EngineNameTextLabel->setText(' ' + m_pChannel->engineName());
181    

Legend:
Removed from v.371  
changed lines
  Added in v.388

  ViewVC Help
Powered by ViewVC