Removed wrong FIXME for MB_APPLMODAL (reported by Ivan Leo Puoti).

This commit is contained in:
Alexandre Julliard 2004-10-22 22:08:02 +00:00
parent 9a27b8b961
commit 640b2d5d1c
1 changed files with 0 additions and 2 deletions

View File

@ -261,8 +261,6 @@ static HFONT MSGBOX_OnInit(HWND hwnd, LPMSGBOXPARAMSW lpmb)
/* at least MB_TASKMODAL seems to imply a ShowWindow */
ShowWindow(hwnd, SW_SHOW);
}
if (lpmb->dwStyle & MB_APPLMODAL)
FIXME("app modal msgbox ! Not modal yet.\n");
return hFont;
}