]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected ancient event type constant in an example
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Apr 2006 11:43:41 +0000 (11:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Apr 2006 11:43:41 +0000 (11:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/event.tex

index 817d5983a8c648c8b6889000e171e718dbd3f138..0024a921fb680899c61f0b966eb1ab77014fab88 100644 (file)
@@ -82,7 +82,7 @@ event, if any.
 \func{WXTYPE}{GetEventType}{\void}
 
 Returns the identifier of the given event type,
 \func{WXTYPE}{GetEventType}{\void}
 
 Returns the identifier of the given event type,
-such as wxEVENT\_TYPE\_BUTTON\_COMMAND.
+such as \texttt{wxEVT\_COMMAND\_BUTTON\_CLICKED}.
 
 \membersection{wxEvent::GetId}\label{wxeventgetid}
 
 
 \membersection{wxEvent::GetId}\label{wxeventgetid}