[ros-diffs] [gedmurphy] 28373: Revert 28351. The bug lies elsewhere

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Thu Aug 16 22:17:39 CEST 2007


Author: gedmurphy
Date: Fri Aug 17 00:17:39 2007
New Revision: 28373

URL: http://svn.reactos.org/svn/reactos?rev=28373&view=rev
Log:
Revert 28351. The bug lies elsewhere

Modified:
    trunk/reactos/dll/win32/user32/windows/messagebox.c

Modified: trunk/reactos/dll/win32/user32/windows/messagebox.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/messagebox.c?rev=28373&r1=28372&r2=28373&view=diff
==============================================================================
--- trunk/reactos/dll/win32/user32/windows/messagebox.c (original)
+++ trunk/reactos/dll/win32/user32/windows/messagebox.c Fri Aug 17 00:17:39 2007
@@ -491,7 +491,7 @@
     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)
     {




More information about the Ros-diffs mailing list