1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Scanned for bad naked new; found none; changed comments, used safenew

This commit is contained in:
Paul Licameli
2017-07-22 23:54:56 -04:00
parent 7156479d11
commit f0de38dec1
22 changed files with 32 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ wxString KeyStringNormalize(const wxString & key)
// PRL: RawCtrl is the proper replacement for Control, when formatting
// wxMenuItem, so that wxWidgets shows ^ in the menu. It is written into
// new preference files (2.2.0 and later).
// NEW preference files (2.2.0 and later).
temp.Replace(wxT("RawCtrl+"), wxT("Control+"));
temp.Replace(wxT("Ctrl+"), wxT("Command+"));