diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-25 23:35:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-25 23:35:20 -0400 |
| commit | e7490ce49b113f4d1877de8f5ee4b40b183fbabf (patch) | |
| tree | 4b0323001c929f690bdc137d03510eebfe5958ef /redo/dialog_windows.c | |
| parent | 3648d379c69af6d2c470bd6991128bd61fb0c2d6 (diff) | |
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.
Diffstat (limited to 'redo/dialog_windows.c')
| -rw-r--r-- | redo/dialog_windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
