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:
parent
9ffd169aa7
commit
eaaa782730
@ -389,6 +389,7 @@ bool ProjectFileManager::SaveAs()
|
||||
|
||||
if (projectFileIO.IsTemporary()) {
|
||||
filename = FileNames::DefaultToDocumentsFolder(wxT("/SaveAs/Path"));
|
||||
filename.SetName(project.GetProjectName());
|
||||
}
|
||||
else {
|
||||
filename = projectFileIO.GetFileName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user