From: Vadim Zeitlin Date: Sat, 15 Dec 2007 02:23:05 +0000 (+0000) Subject: correct wxFooEventHandler name (patch 1851026) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8b2e0c3ad6db0b7f751f6df90295873ccf55db27 correct wxFooEventHandler name (patch 1851026) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/evthand.tex b/docs/latex/wx/evthand.tex index 180636f90d..a5e0a0949a 100644 --- a/docs/latex/wx/evthand.tex +++ b/docs/latex/wx/evthand.tex @@ -104,7 +104,7 @@ argument, it defaults to \texttt{wxID\_ANY}.} \docparam{function}{The event handler function. Note that this function should be explicitly converted to the correct type which can be done using a macro -called \texttt{wxFooHandler} for the handler for any \texttt{wxFooEvent}.} +called \texttt{wxFooEventHandler} for the handler for any \texttt{wxFooEvent}.} \docparam{userData}{Data to be associated with the event table entry.}