mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -151,7 +151,7 @@ LabelDialog::LabelDialog(wxWindow *parent,
|
||||
/* i18n-hint: (noun) of a label*/
|
||||
mGrid->SetColLabelValue(3,_("End Time"));
|
||||
|
||||
// Create and remember editors. No need to delete these as the wxGrid will
|
||||
// Create and remember editors. No need to DELETE these as the wxGrid will
|
||||
// do it for us.
|
||||
mChoiceEditor = (ChoiceEditor *) mGrid->GetDefaultEditorForType(GRID_VALUE_CHOICE);
|
||||
mTimeEditor = (TimeEditor *) mGrid->GetDefaultEditorForType(GRID_VALUE_TIME);
|
||||
|
||||
Reference in New Issue
Block a user