extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessag...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Jan 2006 16:38:07 +0000 (16:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Jan 2006 16:38:07 +0000 (16:38 +0000)
commit1ac76609146a74466b88e53b551e9ea01c5c8801
tree096e0ddb3860391e283ea46c8595cc960896d186
parenta1a1ca8998d3a47ab880e9dd19202e50f6d25365
extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/frame.h
src/msw/frame.cpp
src/msw/mdi.cpp