Fix bin2res Help Text

Robert Shearman rob at codeweavers.com
Sun Sep 5 20:37:05 CDT 2004


Changelog:
Fix bin2res help text.

-------------- next part --------------
Index: wine/tools/bin2res.c
===================================================================
RCS file: /home/wine/wine/tools/bin2res.c,v
retrieving revision 1.22
diff -u -p -r1.22 bin2res.c
--- wine/tools/bin2res.c	9 Mar 2004 03:44:22 -0000	1.22
+++ wine/tools/bin2res.c	6 Sep 2004 01:35:24 -0000
@@ -51,7 +51,9 @@ static const char* help =
 	"brand new binary resource in a .rc file, place the marker\n"
 	"above empty brackets:\n"
 	"    /* BINRES idb_std_small.bmp */\n"
-	"   {}\n"
+	"    IDB_STD_SMALL BITMAP idb_std_small.bmp\n"
+	"    /* {\n"
+	"    } */\n"
 	"To merge the binary resources into the .rc file, run:\n"
 	"   bin2res -a myrsrc.rc\n"
 	"Only resources that are newer than the .rc are processed.\n"


More information about the wine-patches mailing list