X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd60273b3d988d2674faf953f7f4372b3b6664a9..2fd716136a961ab6038996343e42257c2d81aac2:/include/wx/msw/mdi.h diff --git a/include/wx/msw/mdi.h b/include/wx/msw/mdi.h index 63e42eb74b..0d4e4be6a5 100644 --- a/include/wx/msw/mdi.h +++ b/include/wx/msw/mdi.h @@ -109,7 +109,7 @@ public: protected: // override to pass menu/toolbar events to the active child first - virtual bool TryValidator(wxEvent& event); + virtual bool TryBefore(wxEvent& event); #if wxUSE_MENUS_NATIVE virtual void InternalSetMenuBar();