From 54cf25a9ea010cd98c4f30dbe4acbcc0b6bc62ba Mon Sep 17 00:00:00 2001 From: Pavel Kalugin Date: Wed, 19 Sep 2018 03:12:46 +0300 Subject: [PATCH] Fix typo in event handling overview --- docs/doxygen/overviews/eventhandling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/eventhandling.h b/docs/doxygen/overviews/eventhandling.h index 9d0e026877..c38d1b8af5 100644 --- a/docs/doxygen/overviews/eventhandling.h +++ b/docs/doxygen/overviews/eventhandling.h @@ -575,7 +575,7 @@ all events (or any selection of them) to the parent window. @subsection overview_events_nexthandler Event Handlers Chain -The step 4 of the event propagation algorithm checks for the next handler in +The step 5 of the event propagation algorithm checks for the next handler in the event handler chain. This chain can be formed using wxEvtHandler::SetNextHandler(): @image html overview_events_chain.png