* breakpoint.c (create_breakpoint): Add missing _().
authorTom Tromey <tromey@redhat.com>
Wed, 8 Sep 2010 18:05:42 +0000 (18:05 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 8 Sep 2010 18:05:42 +0000 (18:05 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 2bc83bf0c0234c7c9928dfd0cbdda2e25d8bdef2..17a1077d40f7433de7826f148ddfd28b9932d3fd 100644 (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.
index 1d3f7fc2dc7993a0000e267756f269a80997c96d..b4502e7057d1563004f5032fa5bc3e8a39950609 100644 (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