From cd88f54e372abdd08cb60a9e7fffa4f042935e8b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 4 Jul 2014 12:22:57 +0000 Subject: [PATCH] Fix typo in wxTreeCtrl::AppendItem() documentation. The greater sign got lost in Doxygen translation, restore it. Closes #16366. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/treectrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/treectrl.h b/interface/wx/treectrl.h index 2b1f1caef8..c25ec38866 100644 --- a/interface/wx/treectrl.h +++ b/interface/wx/treectrl.h @@ -223,7 +223,7 @@ public: The @a image and @a selImage parameters are an index within the normal image list specifying the image to use for unselected and selected - items, respectively. If @a image -1 and @a selImage is -1, the same + items, respectively. If @a image > -1 and @a selImage is -1, the same image is used for both selected and unselected items. */ wxTreeItemId AppendItem(const wxTreeItemId& parent,