Commit in reactos/lib/comctl32 on MAIN
toolbar.c+3-31.10 -> 1.11
Merge back commit from WineHQ

reactos/lib/comctl32
toolbar.c 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- toolbar.c	11 Mar 2004 11:14:52 -0000	1.10
+++ toolbar.c	12 Mar 2004 20:30:44 -0000	1.11
@@ -2298,10 +2298,10 @@
 	/* create new default image list */
 	TRACE ("creating default image list!\n");
 
-    himlDef = ImageList_Create (infoPtr->nBitmapWidth, infoPtr->nBitmapHeight, 
-		ILC_COLORDDB | ILC_MASK, nButtons, 2);
+        himlDef = ImageList_Create (infoPtr->nBitmapWidth, infoPtr->nBitmapHeight,
+                                    ILC_COLORDDB | ILC_MASK, nButtons, 2);
 	TOOLBAR_InsertImageList(&infoPtr->himlDef, &infoPtr->cimlDef, himlDef, 0);
-    infoPtr->himlInt = himlDef;
+        infoPtr->himlInt = himlDef;
     }
     else {
         himlDef = GETDEFIMAGELIST(infoPtr, 0);
CVSspam 0.2.8