X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/571d14b2621325840e465e1e55be9f5a362a5dbd..a485ee6f5a09c84e2a3164ad0d7d4cbf3662a434:/src/mac/carbon/spinctrl.cpp?ds=inline 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) ) {