X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f08b2509bc94079a0a0203ecee862a23f938721..1bda83992364d46ff77228a849808eb546fbfaa5:/src/msw/textctrl.cpp diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp index 47ec9ab448..5b2730bc62 100644 --- a/src/msw/textctrl.cpp +++ b/src/msw/textctrl.cpp @@ -1922,7 +1922,7 @@ WXLRESULT wxTextCtrl::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lPara else // !editable { // NB: use "=", not "|=" as the base class version returns - // the same flags is this state as usual (i.e. + // the same flags in the disabled state as usual (i.e. // including DLGC_WANTMESSAGE). This is strange (how // does it work in the native Win32 apps?) but for now // live with it.