MSGBOX_DlgProc: break out of WM_COMMAND.

This commit is contained in:
Uwe Bonnes 2002-10-31 01:15:18 +00:00 committed by Alexandre Julliard
parent 601a3abec1
commit 47cc1554d1
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ static INT_PTR CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
DeleteObject(hFont); DeleteObject(hFont);
break; break;
} }
break;
case WM_HELP: case WM_HELP:
{ {