Remove the file extensions from the translations in the saveAsDialog
This commit is contained in:
committed by
curlymorphic
parent
1b2e97954e
commit
4f5f855e87
@@ -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