Changelog: windows/msgbox.c: MSGBOX_DlgProc Break out of WM_COMMAND -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ---------- Index: wine/windows/msgbox.c =================================================================== RCS file: /home/wine/wine/windows/msgbox.c,v retrieving revision 1.37 diff -u -r1.37 msgbox.c --- wine/windows/msgbox.c 23 Oct 2002 18:45:46 -0000 1.37 +++ wine/windows/msgbox.c 30 Oct 2002 22:31:08 -0000 @@ -295,6 +295,7 @@ DeleteObject(hFont); break; } + break; case WM_HELP: {