Removed overloaded DoMenuUpdates function since it duplicated
authorJulian Smart <julian@anthemion.co.uk>
Wed, 9 Jul 2003 14:20:30 +0000 (14:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 9 Jul 2003 14:20:30 +0000 (14:20 +0000)
commit18afa2acbefa9b89587a213513f2118958d0c20a
tree812f6f6642ed3b4b8ce4d438183e821514b3f347
parent63ad74ab2d0705a987ea341106f1ca25bfee639e
Removed overloaded DoMenuUpdates function since it duplicated
wxMenu::UpdateUI()
Removed routing of menu commands to focus window under Windows
Added routing of menu commands (but not UI updates, for
efficiency reasons) to wxMenuBar before sending to frame

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/todo30.txt
include/wx/frame.h
src/common/framecmn.cpp
src/common/menucmn.cpp