]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textentry.cpp
Disable wxUSE_ENH_METAFILE for wxGTK builds.
[wxWidgets.git] / src / msw / textentry.cpp
index a91e8f33cab408726b95f3b007153c24424728a0..a8a12a5c7f74a4b47b0bb2c43e5972e17f536585 100644 (file)
@@ -492,7 +492,7 @@ public:
                 // wxEVT_CHAR handler (as we must also let the other handlers
                 // defined at wx level run first).
                 //
-                // Notice that we can't use wxEVT_COMMAND_TEXT_UPDATED here
+                // Notice that we can't use wxEVT_TEXT here
                 // neither as, due to our use of ACO_AUTOAPPEND, we get
                 // EN_CHANGE notifications from the control every time
                 // IAutoComplete auto-appends something to it.