]> git.saurik.com Git - wxWidgets.git/commitdiff
correct wxFooEventHandler name (patch 1851026)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Dec 2007 02:23:05 +0000 (02:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Dec 2007 02:23:05 +0000 (02:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/evthand.tex

index 180636f90d8067335136067227627eb5915b2943..a5e0a0949a9d147d0115aec8d867c377f53be50f 100644 (file)
@@ -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.}