corrected ancient event type constant in an example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-04-17 11:43:41 +00:00
parent 61bb5a9c1b
commit 484e841e33

View File

@ -82,7 +82,7 @@ event, if any.
\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}