shell32: Missing break in IDOK case.

This commit is contained in:
Marcus Meissner 2011-03-18 22:36:10 +01:00 committed by Alexandre Julliard
parent 81ed815173
commit 97efdc1e0d
1 changed files with 1 additions and 0 deletions

View File

@ -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) ;