]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
Prevent seg fault for older GTK+
[wxWidgets.git] / 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;