X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34040e3126a6714928377e6f81cc2a9eb476075f..9cde322b937b6cd804229226cb44da0c73c2a3ed:/include/wx/msw/control.h diff --git a/include/wx/msw/control.h b/include/wx/msw/control.h index 0856025577..24dd2a7ab7 100644 --- a/include/wx/msw/control.h +++ b/include/wx/msw/control.h @@ -97,7 +97,7 @@ protected: // implement MSWGetStyle() this version will disappear. // // create the control of the given class with the given style (combination - // of WS_XXX flags, i.e. Windows style, not wxWindows one), returns + // of WS_XXX flags, i.e. Windows style, not wxWidgets one), returns // FALSE if creation failed // // All parameters except classname and style are optional, if the