[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


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



More information about the Binutils mailing list