1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 08:56:03 +01:00

AUP3: Add SaveCopy macro command

To go along with new menu item.

And adjust prompting for filenames in Save dialogs to return
to Save dialog if file can't be overwritten.
This commit is contained in:
Leland Lucius
2020-07-03 17:12:26 -05:00
parent c04ed76b6b
commit 015ba548c2
5 changed files with 160 additions and 91 deletions

View File

@@ -56,10 +56,10 @@ public:
bool Save();
bool SaveAs();
bool SaveAs(const wxString & newFileName, bool addToHistory = true);
bool SaveAs(const FilePath &newFileName, bool addToHistory = true);
// strProjectPathName is full path for aup except extension
bool SaveFromTimerRecording( wxFileName fnFile );
bool SaveCopy();
bool SaveCopy(const FilePath &fileName = wxT(""));
void Reset();