From d3f7a53b67d72ab7062be3c268909ffe282c2184 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 6 Mar 2002 00:24:33 +0000 Subject: [PATCH] correct Insert() docs (bug #526172) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/arrstrng.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/arrstrng.tex b/docs/latex/wx/arrstrng.tex index 71f698a11c..f68d672050 100644 --- a/docs/latex/wx/arrstrng.tex +++ b/docs/latex/wx/arrstrng.tex @@ -186,7 +186,7 @@ example, to insert the string in the beginning of the array you would write Insert("foo", 0); \end{verbatim} -If {\it nIndex} is equal to {\it GetCount() + 1} this function behaves as +If {\it nIndex} is equal to {\it GetCount()} this function behaves as \helpref{Add}{wxarraystringadd}. {\bf Warning:} this function should not be used with sorted arrays because it -- 2.45.2