Minnor fix to TTM_ADDTOOLW in toolbar

Carlos clozano at andago.com
Sun Oct 27 09:21:11 CST 2002


Changelog:
 * lParam was not properly sent in TTM_ADDTOOLW.

Regards,
Carlos.

-- 
 ___         _          \  |  /  Infraestructuras
| . |._ _  _| | ___  ___  ___    http://www.andago.com
|   || ' |/ . |<_> |/ . |/ . \__ GNU/Linux
|_|_||_|_|\___|<___|\_. |\___/     _ \  __|\ \  /
 Carlos A. Lozano   <___'/ | \ -_) __/\__ \ >  <  -_)
 [ carlos.lozano at andago.com ]\___|_|  ____/ _/\_\___|
 [ calb at epsxe.com           ]  http://www.epsxe.com
-------------- next part --------------
Index: dlls/comctl32/toolbar.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/toolbar.c,v
retrieving revision 1.123
diff -u -r1.123 toolbar.c
--- dlls/comctl32/toolbar.c	23 Oct 2002 22:19:10 -0000	1.123
+++ dlls/comctl32/toolbar.c	27 Oct 2002 15:16:40 -0000
@@ -2370,6 +2370,7 @@
 	    ti.uId      = btnPtr->idCommand;
 	    ti.hinst    = 0;
 	    ti.lpszText = LPSTR_TEXTCALLBACKW;
+	    ti.lParam   = lParam;
 
 	    SendMessageW (infoPtr->hwndToolTip, TTM_ADDTOOLW,
 			    0, (LPARAM)&ti);


More information about the wine-patches mailing list