user32/tests: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b3c254cd75
commit
f5531dc347
|
@ -819,7 +819,7 @@ static void test_menu_ownerdraw(void)
|
|||
ok( MOD_rc[0].right - MOD_rc[0].left == 2 * MOD_avec + MOD_SIZE,
|
||||
"width of owner drawn menu item is wrong. Got %d expected %d\n",
|
||||
MOD_rc[0].right - MOD_rc[0].left , 2*MOD_avec + MOD_SIZE);
|
||||
/* test hight */
|
||||
/* test height */
|
||||
ok( MOD_rc[0].bottom - MOD_rc[0].top == GetSystemMetrics( SM_CYMENU) - 1,
|
||||
"Height of owner drawn menu item is wrong. Got %d expected %d\n",
|
||||
MOD_rc[0].bottom - MOD_rc[0].top, GetSystemMetrics( SM_CYMENU) - 1);
|
||||
|
|
Loading…
Reference in New Issue