Closing a dialog using the menu bar ("x" or "-" button or windows
commit1ffe652cd1ad642704efd86a03974839af40e939
authorRein Klazes <rklazes@casema.net>
Thu, 15 Oct 1998 13:00:38 +0000 (15 13:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 Oct 1998 13:00:38 +0000 (15 13:00 +0000)
treea88d84a6b9cbc9dce1869cc576401929b9eb0208
parent3143f67bb622e37a1efcd29c1182ebb1d20372cc
Closing a dialog using the menu bar ("x" or "-" button or windows
menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
normal windows when DestroyWindow() is called.
windows/defdlg.c