Revert 28351. The bug lies elsewhere

svn path=/trunk/; revision=28373
This commit is contained in:
Ged Murphy 2007-08-16 20:17:39 +00:00
parent c0622d865c
commit 047296bb00

View file

@ -491,7 +491,7 @@ MessageBoxTimeoutIndirectW(
txtrect.right = GetSystemMetrics(SM_CXSCREEN) / 5 * 4;
if(Icon)
txtrect.right -= GetSystemMetrics(SM_CXICON) + MSGBOXEX_SPACING;
txtrect.top = txtrect.left = txtrect.bottom = 5;
txtrect.top = txtrect.left = txtrect.bottom = 0;
SelectObject(hDC, hFont);
if (textlen != 0)
{