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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user