X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5276b0a53cef4815230e39b54d2ecda14f72cbd1..ad653fa23069c5d9378247084f03c9a718c3ad62:/src/generic/mdig.cpp diff --git a/src/generic/mdig.cpp b/src/generic/mdig.cpp index 0c139b9470..d18b731a5f 100644 --- a/src/generic/mdig.cpp +++ b/src/generic/mdig.cpp @@ -359,7 +359,7 @@ bool wxGenericMDIParentFrame::ProcessEvent(wxEvent& event) // the menu events should be given to the child as we show its menu bar // as our own const wxEventType eventType = event.GetEventType(); - if ( eventType == wxEVT_COMMAND_MENU_SELECTED || + if ( eventType == wxEVT_MENU || eventType == wxEVT_UPDATE_UI ) { // set the flag indicating that this event was forwarded to the @@ -537,7 +537,7 @@ wxGenericMDIClientWindow::CreateGenericClient(wxWindow *parent) m_notebook = new wxNotebook(this, wxID_ANY); m_notebook->Connect ( - wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED, + wxEVT_NOTEBOOK_PAGE_CHANGED, wxNotebookEventHandler( wxGenericMDIClientWindow::OnPageChanged), NULL,