]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed SubString docs
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Nov 2000 19:40:50 +0000 (19:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Nov 2000 19:40:50 +0000 (19:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxstring.tex

index 94157dacf41dfb332cc48ec8c3a700df52ae80d7..353f01e3858c410424e995f9a3805de89f95fc7e 100644 (file)
@@ -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}