Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2007-06-20 04:22:56 +00:00
parent ba0f12ef24
commit be0ba55041

View File

@@ -181,7 +181,7 @@ that has longer life time than the event object.
\membersection{wxCommandEvent::SetExtraLong}\label{wxcommandeventsetextralong}
\func{void}{SetExtraLong}{\param{int}{ extraLong}}
\func{void}{SetExtraLong}{\param{long}{ extraLong}}
Sets the {\bf m\_extraLong} member.