Fixed typo in wxDataViewIconTextRenderer docs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2010-02-24 22:09:52 +00:00
parent 747dbaba91
commit 4d68a949df

View File

@@ -1268,8 +1268,8 @@ public:
a small icon next to it as it is typically done in a file manager. a small icon next to it as it is typically done in a file manager.
This classes uses the wxDataViewIconText helper class to store its data. This classes uses the wxDataViewIconText helper class to store its data.
wxDataViewIonText can be converted to and from a wxVariant using the left shift wxDataViewIconText can be converted to and from a wxVariant using the left
operator. shift operator.
@library{wxadv} @library{wxadv}
@category{dvc} @category{dvc}