From 31a9fc93900c8f958a4d37b3281e73f7601e6a63 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 6 Feb 2011 01:01:14 +0000 Subject: [PATCH] Correct more wxEVT_AUXn_XXX event types names. This completes the changes of r64414 and also removes the extraneous "MOUSE" from the event types listed in the wxMouseEvent ctor documentation. Closes #12095. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/event.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index b10a9321bf..9b4d0a408a 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -2185,12 +2185,12 @@ public: @li @c wxEVT_RIGHT_DOWN @li @c wxEVT_RIGHT_UP @li @c wxEVT_RIGHT_DCLICK - @li @c wxEVT_MOUSE_AUX1_DOWN - @li @c wxEVT_MOUSE_AUX1_UP - @li @c wxEVT_MOUSE_AUX1_DCLICK - @li @c wxEVT_MOUSE_AUX2_DOWN - @li @c wxEVT_MOUSE_AUX2_UP - @li @c wxEVT_MOUSE_AUX2_DCLICK + @li @c wxEVT_AUX1_DOWN + @li @c wxEVT_AUX1_UP + @li @c wxEVT_AUX1_DCLICK + @li @c wxEVT_AUX2_DOWN + @li @c wxEVT_AUX2_UP + @li @c wxEVT_AUX2_DCLICK @li @c wxEVT_MOTION @li @c wxEVT_MOUSEWHEEL */ -- 2.45.2