Merge pull request #1718 from curlymorphic/saveasextensiontranslation
Remove the file extensions from the translations in the saveAsDialog
This commit is contained in:
@@ -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 != "" )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user