From 674cfe68c9e4a11a3f205d2be5c79c001578f6b6 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Sat, 25 Jul 2020 20:48:15 -0500 Subject: [PATCH] AUP3: Offer the active project name for Save Backup This provides a "template" for the user to modify. --- src/AutoRecoveryDialog.cpp | 2 -- src/ProjectFileManager.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/src/AutoRecoveryDialog.cpp b/src/AutoRecoveryDialog.cpp index b5a6bb355..a23394833 100644 --- a/src/AutoRecoveryDialog.cpp +++ b/src/AutoRecoveryDialog.cpp @@ -316,8 +316,6 @@ static bool RecoverAllProjects(const FilePaths &files, { return false; } - - ActiveProjects::Remove(files[i]); } return true; diff --git a/src/ProjectFileManager.cpp b/src/ProjectFileManager.cpp index e152aae81..439549eba 100644 --- a/src/ProjectFileManager.cpp +++ b/src/ProjectFileManager.cpp @@ -547,7 +547,6 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */) else { filename = projectFileIO.GetFileName(); - filename.SetFullName(wxT("")); } }