winefile fix toolbar

Martin Fuchs martin-fuchs at gmx.net
Sun Jun 12 09:11:59 CDT 2005


Changelog:
remove duplicate toolbar button


Index: winefile.c
===================================================================
RCS file: /home/wine/wine/programs/winefile/winefile.c,v
retrieving revision 1.53
diff -u -p -d -r1.53 winefile.c
--- winefile.c	12 Jun 2005 11:08:19 -0000	1.53
+++ winefile.c	12 Jun 2005 14:11:13 -0000
@@ -3674,7 +3674,7 @@ static void create_drive_bar(void)
 
 	Globals.hdrivebar = CreateToolbarEx(Globals.hMainWnd, WS_CHILD|WS_VISIBLE|CCS_NOMOVEY|TBSTYLE_LIST,
 				IDW_DRIVEBAR, 2, Globals.hInstance, IDB_DRIVEBAR, &drivebarBtn,
-				1, 16, 13, 16, 13, sizeof(TBBUTTON));
+				0, 16, 13, 16, 13, sizeof(TBBUTTON));
 
 #ifndef _NO_EXTENSIONS
 #ifdef __WINE__





More information about the wine-patches mailing list