X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2646f485163f410baaad5bcf49028c604a352d19..1e6eb02501673fc46e5e2fc00b17f243e107cc55:/src/mac/classic/spinctrl.cpp?ds=sidebyside diff --git a/src/mac/classic/spinctrl.cpp b/src/mac/classic/spinctrl.cpp index 22553d47f1..57df875cd5 100644 --- a/src/mac/classic/spinctrl.cpp +++ b/src/mac/classic/spinctrl.cpp @@ -321,7 +321,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) ) {