Load SF2 files from sidebar

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1053 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-02 17:34:50 +00:00
parent 56cd1738f1
commit eb4931f321
4 changed files with 56 additions and 1 deletions

View File

@@ -108,6 +108,10 @@ mainWindow::mainWindow( void ) :
sample_filter += " *." + *it;
}
#ifdef FLUIDSYNTH_SUPPORT
sample_filer += " *.sf2";
#endif
int id = 0;
QString wdir = configManager::inst()->workingDir();
side_bar->appendTab( new pluginBrowser( splitter ), ++id );