Remove the file extensions from the translations in the saveAsDialog

This commit is contained in:
Dave French
2015-01-29 12:41:59 +00:00
committed by curlymorphic
parent 1b2e97954e
commit 4f5f855e87

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 != "" )
{