1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

AUP3: Offer the active project name for Save Backup

This provides a "template" for the user to modify.
This commit is contained in:
Leland Lucius 2020-07-25 20:48:15 -05:00
parent c1884349d5
commit 674cfe68c9
2 changed files with 0 additions and 3 deletions

View File

@ -316,8 +316,6 @@ static bool RecoverAllProjects(const FilePaths &files,
{ {
return false; return false;
} }
ActiveProjects::Remove(files[i]);
} }
return true; return true;

View File

@ -547,7 +547,6 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */)
else else
{ {
filename = projectFileIO.GetFileName(); filename = projectFileIO.GetFileName();
filename.SetFullName(wxT(""));
} }
} }