fixed processing of the implicit wxTextCtrl accelerators (Ctrl-C/V/X)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Aug 2001 15:07:28 +0000 (15:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Aug 2001 15:07:28 +0000 (15:07 +0000)
commita37d422a667124e4cb9c7413deda637d3b1926ec
tree092d7a79dba4c8067c16b094a3be32d867b2195d
parent2a3caeb594c44e2ad78dc648cf4b4020e2f90101
fixed processing of the implicit wxTextCtrl accelerators (Ctrl-C/V/X)
without breaking all the others by using a new MSWShouldPreProcessMessage()
function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/textctrl.h
include/wx/msw/window.h
src/msw/app.cpp
src/msw/textctrl.cpp
src/msw/window.cpp