From 95aefe51243f6798b94b44f624a771ae8f016566 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 2 Dec 2007 13:40:43 +0000 Subject: [PATCH] Fix docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dataviewtreectrl.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.