user32: Fix the spelling of a TRACE() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6ccd78e35f
commit
ba1aa24378
|
@ -1397,7 +1397,7 @@ static BOOL WINPOS_SetPlacement( HWND hwnd, const WINDOWPLACEMENT *wndpl, UINT f
|
||||||
if (flags & PLACE_MAX) make_point_onscreen( &wp.ptMaxPosition );
|
if (flags & PLACE_MAX) make_point_onscreen( &wp.ptMaxPosition );
|
||||||
if (flags & PLACE_RECT) make_rect_onscreen( &wp.rcNormalPosition );
|
if (flags & PLACE_RECT) make_rect_onscreen( &wp.rcNormalPosition );
|
||||||
|
|
||||||
TRACE( "%p: setting min %d,%d max %d,%d normal %s flags %x ajusted to min %d,%d max %d,%d normal %s\n",
|
TRACE( "%p: setting min %d,%d max %d,%d normal %s flags %x adjusted to min %d,%d max %d,%d normal %s\n",
|
||||||
hwnd, wndpl->ptMinPosition.x, wndpl->ptMinPosition.y,
|
hwnd, wndpl->ptMinPosition.x, wndpl->ptMinPosition.y,
|
||||||
wndpl->ptMaxPosition.x, wndpl->ptMaxPosition.y,
|
wndpl->ptMaxPosition.x, wndpl->ptMaxPosition.y,
|
||||||
wine_dbgstr_rect(&wndpl->rcNormalPosition), flags,
|
wine_dbgstr_rect(&wndpl->rcNormalPosition), flags,
|
||||||
|
|
Loading…
Reference in New Issue