always use HWND first in WM_COMMAND handler to avoid mixing the controls with the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2001 00:49:02 +0000 (00:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2001 00:49:02 +0000 (00:49 +0000)
commit71292fab8d3f0dbcf93a3dae9c3ad6a29a0fd4c5
treeef8e6bc08d65ebc79e4e43c9fb5fde938fd676f3
parent3f2474754ac0ee989593b23ca23fccf1a1fb521c
always use HWND first in WM_COMMAND handler to avoid mixing the controls with the same id

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