mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 03:54:47 +02:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -689,7 +689,7 @@ bool BatchCommands::ApplyChain(const wxString & filename)
|
||||
return false;
|
||||
}
|
||||
|
||||
// Chain was successfully applied; save the new project state
|
||||
// Chain was successfully applied; save the NEW project state
|
||||
wxString longDesc, shortDesc;
|
||||
wxString name = gPrefs->Read(wxT("/Batch/ActiveChain"), wxEmptyString);
|
||||
if (name.IsEmpty())
|
||||
|
||||
Reference in New Issue
Block a user