This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

Re: [commit] mark up quit et.al.


Daniel Jacobowitz wrote:
On Fri, Feb 11, 2005 at 01:15:26PM -0500, Andrew Cagney wrote:

FYI,
committed,
Andrew


Perhaps you should wait for someone to proofread this sort of thing.

Thank you for noticing this, can we commit the fix?


@@ -995,7 +995,7 @@ insert_bp_location (struct bp_location *
> }
> else
> {
> - printf_filtered ("Hardware watchpoint %d deleted ", bpt->owner->number);
> + printf_filtered (_("Hardware watchpoint %d deleted "), bpt->owner->number);
> printf_filtered ("because the program has left the block \n");
> printf_filtered ("in which its expression is valid.\n");
> if (bpt->owner->related_breakpoint)


Otherwize I'll flush it out in a later pass.

Andrew


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