Commit 47cc1554 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

MSGBOX_DlgProc: break out of WM_COMMAND.

parent 601a3abe
......@@ -295,6 +295,7 @@ static INT_PTR CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
DeleteObject(hFont);
break;
}
break;
case WM_HELP:
{
......
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