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/branches/WX_3_0_BRANCH@76821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-07-04 12:16:35 +00:00
parent 2306e9f9ff
commit 15ed55e357

View File

@@ -223,7 +223,7 @@ public:
The @a image and @a selImage parameters are an index within the normal The @a image and @a selImage parameters are an index within the normal
image list specifying the image to use for unselected and selected 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. image is used for both selected and unselected items.
*/ */
wxTreeItemId AppendItem(const wxTreeItemId& parent, wxTreeItemId AppendItem(const wxTreeItemId& parent,