]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxstring.tex
use #define instead of static const to avoid warnings about unused TRACE_CLIPBRD...
[wxWidgets.git] / docs / latex / wx / wxstring.tex
index 76a8e11235390cf9412ba8e8b1c9c66c59117b9a..ff14f5ff40421100884e91cb55c92730397f1e96 100644 (file)
@@ -653,11 +653,11 @@ See also: \helpref{Clear()}{wxstringclear}.
 
 \constfunc{int}{Find}{\param{wxChar}{ ch}, \param{bool}{ fromEnd = false}}
 
-Searches for the given character. Returns the starting index, or {\tt wxNOT_FOUND} if not found.
+Searches for the given character. Returns the starting index, or {\tt wxNOT\_FOUND} if not found.
 
 \constfunc{int}{Find}{\param{const wxChar*}{ sz}}
 
-Searches for the given string. Returns the starting index, or {\tt wxNOT_FOUND} if not found.
+Searches for the given string. Returns the starting index, or {\tt wxNOT\_FOUND} if not found.
 
 
 \membersection{wxString::First}\label{wxstringfirst}