From: Bryan Petty Date: Wed, 24 Feb 2010 22:09:52 +0000 (+0000) Subject: Fixed typo in wxDataViewIconTextRenderer docs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4d68a949dff65b8f40e4d372364e7ff8feba152a?ds=sidebyside Fixed typo in wxDataViewIconTextRenderer docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index f42ccb9e83..f02803df96 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -1268,8 +1268,8 @@ public: 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. - wxDataViewIonText can be converted to and from a wxVariant using the left shift - operator. + wxDataViewIconText can be converted to and from a wxVariant using the left + shift operator. @library{wxadv} @category{dvc}