X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaae8296646096f4f4e0cd6dc6ad77e1fed4c4c2..d1be6261e3403e69bbd5694df008f1edfda06eef:/docs/latex/wx/valtext.tex diff --git a/docs/latex/wx/valtext.tex b/docs/latex/wx/valtext.tex index c3c286ecc5..0928570119 100644 --- a/docs/latex/wx/valtext.tex +++ b/docs/latex/wx/valtext.tex @@ -48,15 +48,15 @@ checks if the user input is on the list, complaining if not.} checks if the user input is on the list, complaining if it is.} \twocolitem{{\bf wxFILTER\_INCLUDE\_CHAR\_LIST}}{Use an include list. The validator checks if each input character is in the list (one character per list element), complaining if not.} -\twocolitem{{\bf wxFILTER\_INCLUDE\_CHAR\_LIST}}{Use an include list. The validator +\twocolitem{{\bf wxFILTER\_EXCLUDE\_CHAR\_LIST}}{Use an include list. The validator checks if each input character is in the list (one character per list element), complaining if it is.} \end{twocollist} } \docparam{valPtr}{A pointer to a wxString variable that contains the value. This variable should have a lifetime equal to or longer than the validator lifetime (which is usually -determined by the lifetime of the window). If NULL, the validator uses its own internal -storage for the value.} +determined by the lifetime of the window). % If NULL, the validator uses its own internal storage for the value. NOT true +} \membersection{wxTextValidator::\destruct{wxTextValidator}}