mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 13:24:36 -04:00
Removed trailing spaces form save as Translations
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);;" +
|
||||
tr( "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