From: Vadim Zeitlin Date: Tue, 7 May 2002 16:35:00 +0000 (+0000) Subject: removed Left(char ch) version which doesn't exist any more X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fefc4f1542300bfe57794ae949e7b349b7836afb removed Left(char ch) version which doesn't exist any more git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 6cc43e1378..39e8564443 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -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}