X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/571d14b2621325840e465e1e55be9f5a362a5dbd..3a9dc0619f7873947269dc29bd7410f4f80d4f34:/src/mac/carbon/spinctrl.cpp diff --git a/src/mac/carbon/spinctrl.cpp b/src/mac/carbon/spinctrl.cpp index b0bb8c8441..3316f6a92e 100644 --- a/src/mac/carbon/spinctrl.cpp +++ b/src/mac/carbon/spinctrl.cpp @@ -322,7 +322,7 @@ void wxSpinCtrl::SetRange(int min, int max) void wxSpinCtrl::SetSelection(long from, long to) { - // if from and to are both -1, it means (in wxWindows) that all text should + // if from and to are both -1, it means (in wxWidgets) that all text should // be selected if ( (from == -1) && (to == -1) ) {