winefile: fix column headers

Martin Fuchs martin-fuchs at gmx.net
Thu Jun 2 16:51:35 CDT 2005


Changelog:
fix position of column header labels


Index: winefile.c
===================================================================
RCS file: /home/wine/wine/programs/winefile/winefile.c,v
retrieving revision 1.46
diff -u -p -d -r1.46 winefile.c
--- winefile.c	30 May 2005 09:55:19 -0000	1.46
+++ winefile.c	2 Jun 2005 21:51:16 -0000
@@ -4371,7 +4371,7 @@ static void InitInstance(HINSTANCE hinst
 #endif
 
 	/* load column strings */
-	col = 0;
+	col = 1;
 
 	load_string(g_pos_names[col++], IDS_COL_NAME);
 	load_string(g_pos_names[col++], IDS_COL_SIZE);





More information about the wine-patches mailing list