From c1d6046e3945b75c79d88a480b6a48578e9f3650 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 3 Feb 2012 17:57:59 +0000 Subject: [PATCH] Fix typo in EVT_TREE_END_LABEL_EDIT documentation. Wrong event type was used, correct it. Closes #13922. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70506 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 504291ab66..5fe1b856c9 100644 --- a/interface/wx/treectrl.h +++ b/interface/wx/treectrl.h @@ -87,7 +87,7 @@ Processes a @c wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT event type. @event{EVT_TREE_END_LABEL_EDIT(id, func)} Finish editing a label. This can be prevented by calling Veto(). - Processes a @c wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT event type. + Processes a @c wxEVT_COMMAND_TREE_END_LABEL_EDIT event type. @event{EVT_TREE_DELETE_ITEM(id, func)} An item was deleted. Processes a @c wxEVT_COMMAND_TREE_DELETE_ITEM event type. -- 2.45.2