mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-01 21:04:18 -04:00
SaveDialog: Switch order of mmp and mmpz
Fixes #386. When selecting the filter in the file save dialog, the file name used to change to *.mmp. As this is not desired, this commit changes it to '.mmpz'.
This commit is contained in:
@@ -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 != "" )
|
||||
|
||||
Reference in New Issue
Block a user