]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in EVT_TREE_END_LABEL_EDIT documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Feb 2012 17:57:59 +0000 (17:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Feb 2012 17:57:59 +0000 (17:57 +0000)
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

index 504291ab664977f391195c36011b947b846be342..5fe1b856c941b6a239c5f2c0749b58c9ace0e70c 100644 (file)
@@ -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.