fixed MDI accel bug, more tests for it in the sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-10-10 13:55:10 +00:00
parent e5f741e5d4
commit 5a2762f083
2 changed files with 5 additions and 5 deletions

View File

@@ -1038,7 +1038,7 @@ long wxMDIChildFrame::MSWDefWindowProc(WXUINT message, WXUINT wParam, WXLPARAM l
bool wxMDIChildFrame::MSWTranslateMessage(WXMSG* msg)
{
return m_acceleratorTable.Translate(GetParent(), msg);
return wxFrame::MSWTranslateMessage(msg);
}
// ---------------------------------------------------------------------------