From f5a64bbab368f2bc025f96273fe3290dd7b008c1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 4 Jun 2010 22:04:23 +0000 Subject: [PATCH] Correct EVT_LIST_BEGIN_LABEL_EDIT macro name in the documentation. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index c8650246b3..9b5291f766 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -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(). -- 2.45.2