Commit 97efdc1e authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

shell32: Missing break in IDOK case.

parent 81ed8151
......@@ -247,6 +247,7 @@ static INT_PTR CALLBACK RunDlgProc (HWND hwnd, UINT message, WPARAM wParam, LPAR
EndDialog (hwnd, 0);
}
}
return TRUE;
case IDCANCEL :
EndDialog (hwnd, 0) ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment