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/branches/WX_2_8_BRANCH@46551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2007-06-20 04:22:56 +00:00
parent 8adb6b9372
commit df24902892

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.