extracted wxAcceleratorEntry code from menucmn.cpp in a separate file (this globally...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 May 2007 22:03:27 +0000 (22:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 May 2007 22:03:27 +0000 (22:03 +0000)
commitc36d477458df6ffe02aef30fc31efb1ae2522a49
treebdbe0da33384556ece4157c09fa0954399455e6b
parentc3b0ceb5a9f5d49dec31b491c5a616ebdeda4ae3
extracted wxAcceleratorEntry code from menucmn.cpp in a separate file (this globally makes sense and also fixes link when wxUSE_MENUS==0)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
src/common/accelcmn.cpp [new file with mode: 0644]
src/common/menucmn.cpp