From 678d1142b44b5ffea684254a84d177cd4bbc1eda Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 21 Jan 2018 16:23:15 +0100 Subject: [PATCH] Fix typo in EVT_LIST_BEGIN_LABEL_EDIT in the documentation "LIST" part was somehow forgotten. Closes #18051. --- 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 e853e13a82..bd6bbad11a 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -200,7 +200,7 @@ enum @event{EVT_LIST_BEGIN_RDRAG(id, func)} Begin dragging with the right mouse button. Processes a @c wxEVT_LIST_BEGIN_RDRAG event type. - @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(). Processes a @c wxEVT_LIST_BEGIN_LABEL_EDIT event type. @event{EVT_LIST_END_LABEL_EDIT(id, func)}