don't try to subclass tab control using the same window proc for our class, this...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jun 2005 21:25:16 +0000 (21:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jun 2005 21:25:16 +0000 (21:25 +0000)
commit6143d3b61e311ae647577c284eaf41dded4e2b3c
tree8077436e440a6fa3a736f76214767b012586ae95
parent7862127b7b31e31a33973e2c6385588400c6cf89
don't try to subclass tab control using the same window proc for our class, this doesn't work (really fixes bug 1222187, thanks go to Dave Dribin)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/notebook.cpp