Merge pull request #393 from Lukas-W/stable-0.4

Fix #386; Add target to gitignore
This commit is contained in:
Lukas W
2014-03-01 08:57:31 +01:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
/build
/target
.*.sw?
*~
/CMakeLists.txt.user

View File

@@ -753,7 +753,7 @@ bool MainWindow::saveProject( void )
bool MainWindow::saveProjectAs( void )
{
VersionedSaveDialog sfd( this, tr( "Save project" ), "",
tr( "LMMS Project (*.mmp *.mmpz);;"
tr( "LMMS Project (*.mmpz *.mmp);;"
"LMMS Project Template (*.mpt)" ) );
QString f = engine::getSong()->projectFileName();
if( f != "" )