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

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

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

revision 490 by capela, Fri Apr 1 00:34:58 2005 UTC revision 519 by schoenebeck, Sun May 8 17:04:10 2005 UTC
# Line 669  QString qsamplerChannel::noInstrumentNam Line 669  QString qsamplerChannel::noInstrumentNam
669          return QObject::tr("(No instrument)");          return QObject::tr("(No instrument)");
670  }  }
671    
672    QString qsamplerChannel::loadingInstrument (void) {
673            return QObject::tr("(Loading instrument...)");
674    }
675    
676    
677  // end of qsamplerChannel.cpp  // end of qsamplerChannel.cpp

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

  ViewVC Help
Powered by ViewVC