mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -117,7 +117,7 @@ void ThemePrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
|
||||
// This next button is only provided in Debug mode.
|
||||
// It is for developers who are compiling Audacity themselves
|
||||
// and who who wish to generate a new ThemeAsCeeCode.h and compile it in.
|
||||
// and who who wish to generate a NEW ThemeAsCeeCode.h and compile it in.
|
||||
#ifdef __WXDEBUG__
|
||||
S.Id(idSaveThemeAsCode).AddButton(wxT("Output Sourcery"));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user