]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listctrl.tex
corrected wxMMedia description (forgot to commit before)
[wxWidgets.git] / docs / latex / wx / listctrl.tex
index ed071edc70afc2d9522003daea5810bc8803afbd..123a760b85d8c292a75a8445eeb9b737727ef8dd 100644 (file)
@@ -579,8 +579,8 @@ implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
 \twocolitem{{\bf InsertColumn(col, heading, format=wxLIST\_FORMAT\_LEFT,
 width=-1)}}{Creates a column using a header string only.}
-\twocolitem{{\bf InsertColumnInfo(col, item)}}{Creates a column using a
-wxListInfo.}
+\twocolitem{{\bf InsertColumnItem(col, item)}}{Creates a column using a
+wxListItem.}
 \end{twocollist}}
 }