Remove FLP import, revert to GPLv2+ only (#2904)

This commit is contained in:
grejppi
2016-07-12 19:28:45 +03:00
committed by GitHub
parent 8a4c6e2b2b
commit 2d1813fb64
39 changed files with 4 additions and 11016 deletions

View File

@@ -108,7 +108,7 @@ MainWindow::MainWindow() :
sideBar->appendTab( new FileBrowser(
confMgr->userProjectsDir() + "*" +
confMgr->factoryProjectsDir(),
"*.mmp *.mmpz *.xml *.mid *.flp",
"*.mmp *.mmpz *.xml *.mid",
tr( "My Projects" ),
embed::getIconPixmap( "project_file" ).transformed( QTransform().rotate( 90 ) ),
splitter, false, true ) );