]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just a typo in SetItemImage() comment
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Mar 2007 11:46:43 +0000 (11:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Mar 2007 11:46:43 +0000 (11:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/treectrl.h

index 923d1b945afe23be131563a04b0a71a1535ca442..0a9c49c56661bd72ec009ef38aafc8c5ef5d2e55 100644 (file)
@@ -123,7 +123,7 @@ public:
 
         // set items label
     virtual void SetItemText(const wxTreeItemId& item, const wxString& text) = 0;
-        // get one of the images associated with the item (normal by default)
+        // set one of the images associated with the item (normal by default)
     virtual void SetItemImage(const wxTreeItemId& item,
                               int image,
                               wxTreeItemIcon which = wxTreeItemIcon_Normal) = 0;