X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8d08dbd459c1b7be9c1d82d9a78a32ae2730d86..94cf5fc7230759904c7fe2e616383f64ea4da02d:/docs/latex/wx/list.tex?ds=sidebyside diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index b6e9b6b463..aa570acf56 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -130,7 +130,7 @@ members for getting to the next or previous node. \wxheading{See also} -\helpref{wxNode}{wxnode}, \helpref{wxStringList}{wxstringlist}, +\helpref{wxNode}{wxnode}, \helpref{wxArray}{wxarray} \latexignore{\rtfignore{\wxheading{Members}}} @@ -216,7 +216,7 @@ Removes element at given position. \func{wxNode *}{Find}{\param{T *}{ object}} -Returns the node whose client date is {\it object} or NULL if none found. +Returns the node whose client data is {\it object} or NULL if none found. {\bf Note}: keyed lists are deprecated and should not be used in new code.