- Fix so that letters like "p" or "y" are correctly displayed in messageboxes.

svn path=/trunk/; revision=28351
This commit is contained in:
Aleksey Bragin
2007-08-15 14:49:44 +00:00
parent dfbe549c81
commit e129710f4a
@@ -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 = 0;
txtrect.top = txtrect.left = txtrect.bottom = 5;
SelectObject(hDC, hFont);
if (textlen != 0)
{