winefile patch 3

Martin Fuchs martin-fuchs at gmx.net
Wed May 11 10:02:53 CDT 2005


Changelog:
- spelling fixes (prefered -> preferred)
- add ", {0, 0}, 0, 0" in comment lines
- update copyright statement


Index: resource.h
===================================================================
RCS file: /home/wine/wine/programs/winefile/resource.h,v
retrieving revision 1.6
diff -u -p -d -r1.6 resource.h
--- resource.h	21 Oct 2004 19:51:31 -0000	1.6
+++ resource.h	11 May 2005 14:48:42 -0000
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000, 2003 Martin Fuchs
+ * Copyright 2000, 2003, 2005 Martin Fuchs
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -68,7 +68,7 @@
 #define	ID_NO_WARRANTY					0x8002
 #define	ID_WINDOW_AUTOSORT				0x8003
 #define	ID_VIEW_FULLSCREEN				0x8004
-#define	ID_PREFERED_SIZES				0x8005
+#define	ID_PREFERRED_SIZES				0x8005
 
 /* string table */
 #define IDS_FONT_SEL_DLG_NAME				1101
Index: resource.rc
===================================================================
RCS file: /home/wine/wine/programs/winefile/resource.rc,v
retrieving revision 1.4
diff -u -p -d -r1.4 resource.rc
--- resource.rc	27 Sep 2004 20:35:53 -0000	1.4
+++ resource.rc	11 May 2005 14:48:41 -0000
@@ -25,7 +25,7 @@ IDA_WINEFILE ACCELERATORS DISCARDABLE
 #ifndef _NO_EXTENSIONS
 	"X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT
 	"S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT
-	VK_ADD, ID_PREFERED_SIZES, VIRTKEY, CONTROL, NOINVERT
+	VK_ADD, ID_PREFERRED_SIZES, VIRTKEY, CONTROL, NOINVERT
 #endif
 }
 
Index: winefile.c
===================================================================
RCS file: /home/wine/wine/programs/winefile/winefile.c,v
retrieving revision 1.33
diff -u -p -d -r1.33 winefile.c
--- winefile.c	4 May 2005 09:47:07 -0000	1.33
+++ winefile.c	11 May 2005 14:48:40 -0000
@@ -3350,7 +3350,7 @@ static BOOL pane_command(Pane* pane, UIN
 			break;
 
 #ifndef _NO_EXTENSIONS
-		case ID_PREFERED_SIZES: {
+		case ID_PREFERRED_SIZES: {
 			calc_widths(pane, TRUE);
 			set_header(pane);
 			InvalidateRect(pane->hwnd, 0, TRUE);
@@ -4028,8 +4028,8 @@ void show_frame(HWND hwndParent, int cmd
 			{2, ID_WINDOW_TILE_HORZ, TBSTATE_ENABLED, BTNS_BUTTON, {0, 0}, 0, 0},
 			{3, ID_WINDOW_TILE_VERT, TBSTATE_ENABLED, BTNS_BUTTON, {0, 0}, 0, 0},
 /*TODO
-			{4, ID_... , TBSTATE_ENABLED, BTNS_BUTTON},
-			{5, ID_... , TBSTATE_ENABLED, BTNS_BUTTON},
+			{4, ID_... , TBSTATE_ENABLED, BTNS_BUTTON, {0, 0}, 0, 0},
+			{5, ID_... , TBSTATE_ENABLED, BTNS_BUTTON, {0, 0}, 0, 0},
 */		};
 
 		Globals.htoolbar = CreateToolbarEx(Globals.hMainWnd, WS_CHILD|WS_VISIBLE,





More information about the wine-patches mailing list