This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] windres: (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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]