Merge pull request #1718 from curlymorphic/saveasextensiontranslation

Remove the file extensions from the translations in the saveAsDialog
This commit is contained in:
Tres Finocchiaro
2015-02-26 09:18:17 -05:00
18 changed files with 98 additions and 18 deletions

View File

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