X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e30d94eff7dca642729cb2f557650e8f2ebc61f..1fb08526acab831aacfd4549efd32f84b31a24a5:/src/aui/tabart.cpp?ds=inline diff --git a/src/aui/tabart.cpp b/src/aui/tabart.cpp index 9a30baf76c..f736f0b6e5 100644 --- a/src/aui/tabart.cpp +++ b/src/aui/tabart.cpp @@ -4,7 +4,6 @@ // Author: Benjamin I. Williams // Modified by: Jens Lody (moved from auibook.cpp in extra file) // Created: 2012-03-21 -// RCS-ID: $Id:$ // Copyright: (C) Copyright 2006, Kirix Corporation, All Rights Reserved // Licence: wxWindows Library Licence, Version 3.1 /////////////////////////////////////////////////////////////////////////////// @@ -50,7 +49,7 @@ public: bool ProcessEvent(wxEvent& evt) { - if (evt.GetEventType() == wxEVT_COMMAND_MENU_SELECTED) + if (evt.GetEventType() == wxEVT_MENU) { m_lastId = evt.GetId(); return true;