From: Tom Tromey Date: Wed, 8 Sep 2010 18:05:42 +0000 (+0000) Subject: * breakpoint.c (create_breakpoint): Add missing _(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9bd89d67b6a67f05379ee423e89146671d8ace83;p=binutils-gdb.git * breakpoint.c (create_breakpoint): Add missing _(). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2bc83bf0c02..17a1077d40f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-09-08 Tom Tromey + + * breakpoint.c (create_breakpoint): Add missing _(). + 2010-09-08 Doug Evans * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 1d3f7fc2dc7..b4502e7057d 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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