This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
[PATCH] windres (ungarbled): (11) cut-and-paste typo in warning (Bernd Herd)
- From: Gunnar Degnbol <gunnar at danbbs dot dk>
- To: binutils at sources dot redhat dot com
- Date: Wed, 20 Mar 2002 00:32:50 +0100
- Subject: [PATCH] windres (ungarbled): (11) cut-and-paste typo in warning (Bernd Herd)
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