mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Bug 2669 - Win: Save As can be used to overwrite the existing project without warning
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
void CompactProjectOnClose();
|
||||
|
||||
bool Save();
|
||||
bool SaveAs();
|
||||
bool SaveAs(bool allowOverwrite = false);
|
||||
bool SaveAs(const FilePath &newFileName, bool addToHistory = true);
|
||||
// strProjectPathName is full path for aup except extension
|
||||
bool SaveFromTimerRecording( wxFileName fnFile );
|
||||
|
||||
Reference in New Issue
Block a user