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

Diff of /qsampler/trunk/src/qsamplerInstrumentForm.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 261  void InstrumentForm::openInstrumentFile Line 261  void InstrumentForm::openInstrumentFile
261          QStringList filters;          QStringList filters;
262          filters << tr("GIG Instrument files") + " (*.gig *.dls)";          filters << tr("GIG Instrument files") + " (*.gig *.dls)";
263          filters << tr("SFZ Instrument files") + " (*.sfz)";          filters << tr("SFZ Instrument files") + " (*.sfz)";
264  //      filters << tr("SF2 Instrument files") + " (*.sf2)";          filters << tr("SF2 Instrument files") + " (*.sf2)";
265          filters << tr("All files") + " (*.*)";          filters << tr("All files") + " (*.*)";
266          const QString& filter = filters.join(";;");          const QString& filter = filters.join(";;");
267    

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

  ViewVC Help
Powered by ViewVC