correct Insert() docs (bug #526172)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7cfdeaadb8
commit
d3f7a53b67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user