[PATCH] windres (ungarbled): (11) cut-and-paste typo in warning (Bernd Herd)
Gunnar Degnbol
gunnar@danbbs.dk
Tue Mar 19 15:32:00 GMT 2002
More information about the Binutils mailing list
Tue Mar 19 15:32:00 GMT 2002
- Previous message (by thread): [PATCH] windres (ungarbled): (10) The digits A-F are interpreted as 0-5 (Bernd Herd)
- Next message (by thread): [PATCH] windres (ungarbled): (12) quoted class definitions (Bernd Herd)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This was posted by Bernd Herd in february as part of a large patch bundling several fixes: http://sources.redhat.com/ml/binutils/2002-02/msg00021.html ChangeLog: 2002-03-19 Bernd Herd <info@herdsoft.com> * rcparse.y: Fix typo in BEDIT warning bedit.patch: --- binutils/rcparse.y Sun Mar 17 14:53:53 2002 +++ binutils.new/rcparse.y Sun Mar 17 14:54:09 2002 @@ -521,7 +521,7 @@ { $$ = $3; if (dialog.ex == NULL) - rcparse_warning (_("IEDIT requires DIALOGEX")); + rcparse_warning (_("BEDIT requires DIALOGEX")); res_string_to_id (&$$->class, "BEDIT"); } | CHECKBOX
- Previous message (by thread): [PATCH] windres (ungarbled): (10) The digits A-F are interpreted as 0-5 (Bernd Herd)
- Next message (by thread): [PATCH] windres (ungarbled): (12) quoted class definitions (Bernd Herd)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list