1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

AUP3: Offer project name during Save As

This commit is contained in:
Leland Lucius 2020-07-20 17:27:34 -05:00
parent 9ffd169aa7
commit eaaa782730

View File

@ -389,6 +389,7 @@ bool ProjectFileManager::SaveAs()
if (projectFileIO.IsTemporary()) {
filename = FileNames::DefaultToDocumentsFolder(wxT("/SaveAs/Path"));
filename.SetName(project.GetProjectName());
}
else {
filename = projectFileIO.GetFileName();