diff --git a/interface/wx/stc/stc.h b/interface/wx/stc/stc.h index 02030c40ad..e2ce16e9a9 100644 --- a/interface/wx/stc/stc.h +++ b/interface/wx/stc/stc.h @@ -8036,7 +8036,8 @@ public: - Generated when the text of the document has changed. - - This an older style event and should probably not be used in new code. + - This an older style event and should probably not be used in new code. Use + @c wxEVT_STC_MODIFIED instead. - Valid event functions: none. diff --git a/src/stc/stc.interface.h.in b/src/stc/stc.interface.h.in index 992fb32fb7..17f95c5375 100644 --- a/src/stc/stc.interface.h.in +++ b/src/stc/stc.interface.h.in @@ -976,7 +976,8 @@ public: - Generated when the text of the document has changed. - - This an older style event and should probably not be used in new code. + - This an older style event and should probably not be used in new code. Use + @c wxEVT_STC_MODIFIED instead. - Valid event functions: none.