Sergey Khodych : comctl32/tests: Fix typo in toolbar todo test.

Alexandre Julliard julliard at winehq.org
Fri Nov 7 07:23:58 CST 2008


Module: wine
Branch: master
Commit: 30a6f54dc902a01cc57bc490a7ff3bd3f9dff903
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=30a6f54dc902a01cc57bc490a7ff3bd3f9dff903

Author: Sergey Khodych <khodych at gmail.com>
Date:   Thu Nov  6 23:37:06 2008 +0200

comctl32/tests: 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 04eecfb..328ee2f 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},




More information about the wine-cvs mailing list