]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxstring.tex
corrected the completely wrong example (bug 545427)
[wxWidgets.git] / docs / latex / wx / wxstring.tex
index 6cc43e1378b41240976d914c2c36ce4a0adcd3cc..39e856444311421c017706d7388fd3505f515b25 100644 (file)
@@ -736,12 +736,7 @@ Returns a reference to the last character (writable).
 
 \constfunc{wxString}{Left}{\param{size\_t}{ count}}
 
-Returns the first {\it count} characters.
-
-\constfunc{wxString}{Left}{\param{char}{ ch}}
-
-Returns all characters before the first occurrence of {\it ch}.
-Returns the whole string if {\it ch} is not found.
+Returns the first {\it count} characters of the string.
 
 \membersection{wxString::Len}\label{wxstringlen}