don't use dynamic handlers for standard buttons as this prevents static event handler...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Aug 2006 14:02:51 +0000 (14:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Aug 2006 14:02:51 +0000 (14:02 +0000)
commita9f620daf40510ec72fde34c8623709c12430b5c
treeb55fbbe7b195346347585416a103a8c157af87b1
parent3857173d3c186214cbc73ce764d122d5cf7b98d6
don't use dynamic handlers for standard buttons as this prevents static event handlers in derived classes from working; just catch all button events in a static handler instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dialog.h
src/common/dlgcmn.cpp