From: Vadim Zeitlin Date: Thu, 5 Apr 2007 09:33:42 +0000 (+0000) Subject: fix typo in allowOthers description X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3c771d61911bd8891c4bb0001fe3d20da8ba188f fix typo in allowOthers description git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/gridedit.tex b/docs/latex/wx/gridedit.tex index 7d7826fd16..e240603bd2 100644 --- a/docs/latex/wx/gridedit.tex +++ b/docs/latex/wx/gridedit.tex @@ -80,7 +80,7 @@ The editor for string data allowing to choose from a list of strings. \docparam{count}{Number of strings from which the user can choose.} \docparam{choices}{An array of strings from which the user can choose.} -\docparam{allowOthers}{If allowOthers if true, the user can type a string not in choices array.} +\docparam{allowOthers}{If allowOthers is true, the user can type a string not in choices array.} \membersection{wxGridCellChoiceEditor::SetParameters}\label{wxgridcellchoiceeditorsetparameters}