1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 22:27:10 +01:00

Bug 1854 - Un-warned export file overwrite danger in 2.2.2 Chains and 2.3.0 MacrosWindow

Now we add a suffix of 001, 002 and so on up to 100.  Then fall back to prompting.
This commit is contained in:
James Crook
2018-08-11 12:38:54 +01:00
parent 3c0ee4d3c1
commit ca694a1b22
2 changed files with 33 additions and 7 deletions

View File

@@ -558,7 +558,6 @@ wxString MacroCommands::BuildCleanFileName(const wxString &fileName, const wxStr
cleanedName += wxFileName::GetPathSeparator();
cleanedName += justName;
cleanedName += extension;
wxGetApp().AddFileToHistory(cleanedName);
return cleanedName;
}