Adding some missing stuffs #1

BiGgUn fbiggun at hotmail.com
Sun Mar 23 12:51:58 CST 2003


Changelog:
    Adding call to TabCtrl_SetPadding in TAB_WindowProc

 Stephan BEUZE

Index: dlls/comctl32/tab.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/tab.c,v
retrieving revision 1.78
diff -u -u -r1.78 tab.c
--- dlls/comctl32/tab.c 17 Mar 2003 04:43:26 -0000 1.78
+++ dlls/comctl32/tab.c 23 Mar 2003 18:32:38 -0000
@@ -3075,7 +3075,7 @@
       return 0;
 
     case TCM_SETPADDING:
-      FIXME("Unimplemented msg TCM_SETPADDING\n");
+      TabCtrl_SetPadding (hwnd, wParam, lParam);
       return 0;
 
     case TCM_GETROWCOUNT:




More information about the wine-patches mailing list