From 12c44eb56d75ca443deb85fc46f099dfb0602341 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Jan 2003 22:06:31 +0000 Subject: [PATCH] corrected m_commandString type to wxString (patch 661648) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/cmdevent.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/cmdevent.tex b/docs/latex/wx/cmdevent.tex index 3cfff99672..68a25f736a 100644 --- a/docs/latex/wx/cmdevent.tex +++ b/docs/latex/wx/cmdevent.tex @@ -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. -- 2.45.2