From: Robert Roebling Date: Sun, 2 Dec 2007 13:40:43 +0000 (+0000) Subject: Fix docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/95aefe51243f6798b94b44f624a771ae8f016566?hp=c6e72bbf3468457ed0c6010c7a2eafc6d7f33224 Fix docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/dataviewtreectrl.tex b/docs/latex/wx/dataviewtreectrl.tex index 80a31a091a..c4bbfddc43 100644 --- a/docs/latex/wx/dataviewtreectrl.tex +++ b/docs/latex/wx/dataviewtreectrl.tex @@ -2,7 +2,7 @@ This class is a \helpref{wxDataViewCtrl}{wxdataviewctrl} which internally uses a \helpref{wxDataViewTreeStore}{wxdataviewtreestore} and forwards -most of its API to that class. Additionally, it uses a \helpref{wxImageList}{wxImageList} +most of its API to that class. Additionally, it uses a \helpref{wxImageList}{wximagelist} to store a list of icons. The main purpose of this class is to look like a \helpref{wxTreeCtrl}{wxtreectrl} to make a transition from it to the wxDataViewCtrl class simpler.