shell32: Missing break in IDOK case.
This commit is contained in:
parent
81ed815173
commit
97efdc1e0d
|
@ -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) ;
|
||||
|
|
Loading…
Reference in New Issue