remove the recently added MSWFindMenuBarItem() as we already had FindItemInMenuBar...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jan 2009 09:14:07 +0000 (09:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Jan 2009 09:14:07 +0000 (09:14 +0000)
commit79f9ea0541e410d65899631db630e955af3b6a84
tree4e6802406d6f1c902f5dec2542dbc28e62127456
parent838e6ed707632e9647ef5e463efb9499f82374b8
remove the recently added MSWFindMenuBarItem() as we already had FindItemInMenuBar() for the same purpose; just change the latter to return a non-const pointer; this fixes help string display in the status bar for the window menu items

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