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:
@@ -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+"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user