]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct EVT_LIST_BEGIN_LABEL_EDIT macro name in the documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Jun 2010 22:04:23 +0000 (22:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Jun 2010 22:04:23 +0000 (22:04 +0000)
The "LIST" part was missing.

Closes #12124.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/listctrl.h

index c8650246b3977f5f2ee4ed98d6cf98322a85edcb..9b5291f76631903f5a1274d7bc42de7cf2f6e646 100644 (file)
@@ -88,7 +88,7 @@
            Begin dragging with the left mouse button.
     @event{EVT_LIST_BEGIN_RDRAG(id, func)}
            Begin dragging with the right mouse button..
-    @event{EVT_BEGIN_LABEL_EDIT(id, func)}
+    @event{EVT_LIST_BEGIN_LABEL_EDIT(id, func)}
            Begin editing a label. This can be prevented by calling Veto().
     @event{EVT_LIST_END_LABEL_EDIT(id, func)}
            Finish editing a label. This can be prevented by calling Veto().