From 56c6fc01a9fe2266c64170af4f43eb0dcf3a7b0d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 7 Mar 2007 11:46:43 +0000 Subject: [PATCH] no changes, just a typo in SetItemImage() comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/treectrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/treectrl.h b/include/wx/treectrl.h index 923d1b945a..0a9c49c566 100644 --- a/include/wx/treectrl.h +++ b/include/wx/treectrl.h @@ -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; -- 2.45.2