]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/valtext.tex
corrected the completely wrong example (bug 545427)
[wxWidgets.git] / docs / latex / wx / valtext.tex
index c3c286ecc58ce6266ee75f3b5a9edeb5179a2c63..0973e9df2000d5d8d9e0c8b34e73e344848dc5f4 100644 (file)
@@ -48,7 +48,7 @@ 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}
 }