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
1 changed files with 1 additions and 0 deletions

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();