/[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 409 by capela, Thu Feb 24 12:10:54 2005 UTC revision 519 by schoenebeck, Sun May 8 17:04:10 2005 UTC
# Line 230  bool qsamplerChannelStrip::updateInstrum Line 230  bool qsamplerChannelStrip::updateInstrum
230                  m_pChannel->updateInstrumentName();                  m_pChannel->updateInstrumentName();
231    
232          // Instrument name...          // Instrument name...
233          if (m_pChannel->instrumentName().isEmpty())          if (m_pChannel->instrumentName().isEmpty()) {
234                  InstrumentNameTextLabel->setText(' ' + qsamplerChannel::noInstrumentName());                  if (m_pChannel->instrumentStatus() >= 0)
235          else                          InstrumentNameTextLabel->setText(' ' + qsamplerChannel::loadingInstrument());
236                    else
237                            InstrumentNameTextLabel->setText(' ' + qsamplerChannel::noInstrumentName());
238            } else
239                  InstrumentNameTextLabel->setText(' ' + m_pChannel->instrumentName());                  InstrumentNameTextLabel->setText(' ' + m_pChannel->instrumentName());
240    
241          return true;              return true;    

Legend:
Removed from v.409  
changed lines
  Added in v.519

  ViewVC Help
Powered by ViewVC