1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 14:13:57 +01:00

More new -> NEW, delete -> DELETE in comments

This commit is contained in:
Paul Licameli
2017-02-20 21:44:54 -05:00
parent ec0297ec28
commit 38236a807c
7 changed files with 9 additions and 9 deletions

View File

@@ -654,7 +654,7 @@ void AUControl::CarbonViewResized()
// Set the dialog size
w->SetSize(size);
// And finally set the new max/min
// And finally set the NEW max/min
w->SetSizeHints(size, size);
mLastMin = wxSize(rect.size.width, rect.size.height);