user32/tests: Fix a failure message trace.

This commit is contained in:
Andrew Nguyen 2010-02-23 01:16:26 -06:00 committed by Alexandre Julliard
parent 0b23012867
commit 416589a7c2
1 changed files with 2 additions and 2 deletions

View File

@ -852,8 +852,8 @@ static void InitialFocusTest (void)
ok ((g_hwndInitialFocusT1 == g_hwndButton2),
"Error in initial focus when WM_INITDIALOG returned TRUE: "
"Expected the second button (%p), got %s (%p).\n",
g_hwndButton2, GetHwndString(g_hwndInitialFocusT2),
g_hwndInitialFocusT2);
g_hwndButton2, GetHwndString(g_hwndInitialFocusT1),
g_hwndInitialFocusT1);
ok ((g_hwndInitialFocusT2 == g_hwndButton2),
"Error after first SetFocus() when WM_INITDIALOG returned TRUE: "