]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
fix the menu item bitmaps for wxMSW;
[wxWidgets.git] / src / msw / textctrl.cpp
index 47ec9ab448782dc8a4f276af61be3b953e95e6ae..5b2730bc62f4a63c53a614c5870883c2881b9772 100644 (file)
@@ -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.