]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo in wxDataViewIconTextRenderer docs.
authorBryan Petty <bryan@ibaku.net>
Wed, 24 Feb 2010 22:09:52 +0000 (22:09 +0000)
committerBryan Petty <bryan@ibaku.net>
Wed, 24 Feb 2010 22:09:52 +0000 (22:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dataview.h

index f42ccb9e835ad3baefc439c51772c8cec1cb61f0..f02803df969ce8bdeaa70003a60cc24ec0582428 100644 (file)
@@ -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}