forked from Imagelibrary/binutils-gdb
* breakpoint.c (create_breakpoint): Add missing _().
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user