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