* breakpoint.c (create_breakpoint): Add missing _().

This commit is contained in:
Tom Tromey 2010-09-08 18:05:42 +00:00
parent 1d040b0d09
commit 9bd89d67b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-08 Tom Tromey <tromey@redhat.com>
* breakpoint.c (create_breakpoint): Add missing _().
2010-09-08 Doug Evans <dje@google.com>
* dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.

View File

@ -7545,7 +7545,7 @@ create_breakpoint (struct gdbarch *gdbarch,
/* If pending breakpoint support is auto query and the user
selects no, then simply return the error code. */
if (pending_break_support == AUTO_BOOLEAN_AUTO
&& !nquery ("Make breakpoint pending on future shared library load? "))
&& !nquery (_("Make breakpoint pending on future shared library load? ")))
return 0;
/* At this point, either the user was queried about setting