From e7490ce49b113f4d1877de8f5ee4b40b183fbabf Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 25 Aug 2014 23:35:20 -0400 Subject: Added link to info in dialog_windows.c; removed TODOs in area_window.c and basicctrls_windows.c that I decided were fine as they were; more TODOs otherwise. --- redo/dialog_windows.c | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/dialog_windows.c') diff --git a/redo/dialog_windows.c b/redo/dialog_windows.c index b9d6c23..ad48cd5 100644 --- a/redo/dialog_windows.c +++ b/redo/dialog_windows.c @@ -8,6 +8,7 @@ static LRESULT CALLBACK dialogSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARA switch (uMsg) { case WM_COMMAND: // we must re-enable other windows in the right order (see http://blogs.msdn.com/b/oldnewthing/archive/2004/02/27/81155.aspx) + // see http://stackoverflow.com/questions/25494914/is-there-something-like-cdn-filecancel-analogous-to-cdn-fileok-for-getting-when if (HIWORD(wParam) == BN_CLICKED && LOWORD(wParam) == IDCANCEL) SendMessageW(msgwin, msgEndModal, 0, 0); break; // let the dialog handle it now -- cgit v1.2.3