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:
parent
c1884349d5
commit
674cfe68c9
@ -316,8 +316,6 @@ static bool RecoverAllProjects(const FilePaths &files,
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
ActiveProjects::Remove(files[i]);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -547,7 +547,6 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */)
|
||||
else
|
||||
{
|
||||
filename = projectFileIO.GetFileName();
|
||||
filename.SetFullName(wxT(""));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user