From 159012dd6955415e2fae9bd2bb895d253a5f59b5 Mon Sep 17 00:00:00 2001 From: Sergey Khodych Date: Thu, 6 Nov 2008 23:37:06 +0200 Subject: comctl32: toolbar: Fix typo in toolbar todo test. --- dlls/comctl32/tests/toolbar.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/comctl32/tests/toolbar.c b/dlls/comctl32/tests/toolbar.c index a0c061c..e522834 100644 --- a/dlls/comctl32/tests/toolbar.c +++ b/dlls/comctl32/tests/toolbar.c @@ -721,8 +721,8 @@ static tbsize_result_t tbsize_results[] = { {0, 0, 672, 100}, {239, 102}, 3, { { 0, 2, 100, 102}, {100, 2, 139, 102}, {139, 2, 239, 102}, }, }, - { {0, 0, 672, 42}, {183, 40}, 3, { - { 0, 2, 75, 40}, {75, 2, 118, 40}, {118, 2, 183, 40}, + { {0, 0, 672, 42}, {185, 40}, 3, { + { 0, 2, 75, 40}, {75, 2, 118, 40}, {118, 2, 185, 40}, }, }, { {0, 0, 672, 42}, {67, 40}, 1, { { 0, 2, 67, 40}, -- 1.5.3.3