From b855ef77577d3c24258ba3cf05096c095c7f4c63 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 26 Nov 2000 19:40:50 +0000 Subject: [PATCH] fixed SubString docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/wxstring.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 94157dacf4..353f01e385 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -901,7 +901,11 @@ doesn't change this string. \constfunc{wxString}{SubString}{\param{size\_t}{ from}, \param{size\_t}{ to}} -Same as \helpref{Mid}{wxstringmid}. +Deprecated, use \helpref{Mid}{wxstringmid} instead (but note that parameters +have different meaning). + +Returns the part of the string between the indices {\it from} and {\it to} +inclusive. \membersection{wxString::ToDouble}\label{wxstringtodouble} -- 2.45.2