/[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 2108 by capela, Thu Jul 15 08:03:32 2010 UTC revision 2109 by capela, Thu Jul 15 17:01:35 2010 UTC
# Line 476  void ChannelForm::openInstrumentFile (vo Line 476  void ChannelForm::openInstrumentFile (vo
476          QStringList filters;          QStringList filters;
477          filters << tr("GIG Instrument files") + " (*.gig *.dls)";          filters << tr("GIG Instrument files") + " (*.gig *.dls)";
478          filters << tr("SFZ Instrument files") + " (*.sfz)";          filters << tr("SFZ Instrument files") + " (*.sfz)";
479  //      filters << tr("SF2 Instrument files") + " (*.sf2)";          filters << tr("SF2 Instrument files") + " (*.sf2)";
480          filters << tr("All files") + " (*.*)";          filters << tr("All files") + " (*.*)";
481          const QString& filter = filters.join(";;");          const QString& filter = filters.join(";;");
482    

Legend:
Removed from v.2108  
changed lines
  Added in v.2109

  ViewVC Help
Powered by ViewVC