mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 22:27:10 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -3287,7 +3287,7 @@ void EditCurvesDialog::OnDelete(wxCommandEvent & WXUNUSED(event))
|
||||
PopulateList(mEditCurves.GetCount()-1); // set 'unnamed' as the selected curve
|
||||
else
|
||||
PopulateList(highlight); // user said 'No' to deletion
|
||||
#else // 'delete all N' code
|
||||
#else // 'DELETE all N' code
|
||||
int count = mList->GetSelectedItemCount();
|
||||
long item = mList->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
|
||||
// Create the prompt
|
||||
|
||||
Reference in New Issue
Block a user