don't duplicate base class m_acceleratorTable as m_accelTable in wxMenuBar, this...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Oct 2008 22:15:40 +0000 (22:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Oct 2008 22:15:40 +0000 (22:15 +0000)
commit7802da36fa043e7fdc162a70e97821754a2f2f14
tree3afcc2900129d7edcec759d12a387a645db32311
parent45a50a2e8ff5d066f96fcd40ce687c420d92b0e9
don't duplicate base class m_acceleratorTable as m_accelTable in wxMenuBar, this is not only unnecessary but also doesn't allow using GetAcceleratorTable() to retrieve the menu bar accelerators (#9654)

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