]> git.saurik.com Git - wxWidgets.git/commitdiff
Propagate wxEVT_COMMAND_TEXT_UPDATED renaming to the real stc.cpp.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 May 2013 12:47:34 +0000 (12:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 May 2013 12:47:34 +0000 (12:47 +0000)
wxEVT_COMMAND_TEXT_UPDATED was renamed to wxEVT_TEXT in the generated stc.cpp
but not in stc.cpp.in it was generated from. Do it there too to prevent the
correct version in stc.cpp from being overwritten during the next regeneration.

See #10661.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/stc/stc.cpp.in

index d9036a438bfb0e1cb40c15d127fac631ae4978d4..9a6562eed3ddab6adfe50d4954d14e72cf411274 100644 (file)
@@ -525,7 +525,7 @@ void wxStyledTextCtrl::DoSetValue(const wxString& value, int flags)
     else
         SetText(value);
 
-    // We don't send wxEVT_COMMAND_TEXT_UPDATED anyhow, so ignore the
+    // We don't send wxEVT_TEXT anyhow, so ignore the
     // SetValue_SendEvent bit of the flags
 }