]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected m_commandString type to wxString (patch 661648)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jan 2003 22:06:31 +0000 (22:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Jan 2003 22:06:31 +0000 (22:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cmdevent.tex

index 3cfff99672e0a6984d01d340cd5c1fae094f5725..68a25f736a9ae1b67b4e5c8cacbf8b6316fd8dab 100644 (file)
@@ -104,7 +104,7 @@ deselection), or a boolean value representing the value of a checkbox.
 
 \membersection{wxCommandEvent::m\_commandString}
 
-\member{char*}{m\_commandString}
+\member{wxString}{m\_commandString}
 
 Contains a string corresponding to a listbox or choice selection.