From 9f8ae27d0a44caf871d91002653693cca7ebbde4 Mon Sep 17 00:00:00 2001 From: New Pagodi Date: Sun, 19 Feb 2017 08:18:15 +0100 Subject: [PATCH] Add missing comments In e68cafaf946a8cc2987beb3c2724eed5e5917ef7 some comments were added to stc.h but not to stc.h.in so at next run of gen_iface.py those changes would be undone. We need to synchronize stc.h.in with stc.h. See #17688. --- src/stc/stc.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stc/stc.h.in b/src/stc/stc.h.in index 6e4d4c32ba..016a621709 100644 --- a/src/stc/stc.h.in +++ b/src/stc/stc.h.in @@ -705,7 +705,7 @@ wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_STC, wxEVT_STC_MARGIN_RIGHT_CLICK, wxStyle wxEVT_STC_SAVEPOINTREACHED, wxEVT_STC_SAVEPOINTLEFT, wxEVT_STC_ROMODIFYATTEMPT, - wxEVT_STC_KEY, + wxEVT_STC_KEY, // deprecated wxEVT_STC_DOUBLECLICK, wxEVT_STC_UPDATEUI, wxEVT_STC_MODIFIED, @@ -714,7 +714,7 @@ wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_STC, wxEVT_STC_MARGIN_RIGHT_CLICK, wxStyle wxEVT_STC_NEEDSHOWN, wxEVT_STC_PAINTED, wxEVT_STC_USERLISTSELECTION, - wxEVT_STC_URIDROPPED, + wxEVT_STC_URIDROPPED, // deprecated wxEVT_STC_DWELLSTART, wxEVT_STC_DWELLEND, wxEVT_STC_START_DRAG,