summaryrefslogtreecommitdiff
path: root/gdb/maint.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-14 16:18:43 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-14 16:18:43 +0000
commit040e11c34ea7f8c71fcfa0edfeff43b630a557eb (patch)
tree8f41bdadbaf63de069ff55aefa97d1f3f455e563 /gdb/maint.c
parent359c9f376c6a65abe10d32c652f4cc1de51a6bef (diff)
downloadgdb-040e11c34ea7f8c71fcfa0edfeff43b630a557eb.tar.gz
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix with "FIXME: i18n:". * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update. * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update. * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update. * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update. * target.c, cli/cli-logging.c: Update.
Diffstat (limited to 'gdb/maint.c')
-rw-r--r--gdb/maint.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/maint.c b/gdb/maint.c
index 243adad02a6..3b898b3c790 100644
--- a/gdb/maint.c
+++ b/gdb/maint.c
@@ -861,11 +861,11 @@ of time passes without a response from the target, an error occurs.",
add_setshow_boolean_cmd ("profile", class_maintenance,
- &maintenance_profile_p, "\
-Set internal profiling.", "\
-Show internal profiling.", "\
-When enabled GDB is profiled.",
- NULL, /* PRINT: Internal profiling is %s. */
+ &maintenance_profile_p, _("\
+Set internal profiling."), _("\
+Show internal profiling."), _("\
+When enabled GDB is profiled."),
+ NULL, /* FIXME: i18n: Internal profiling is %s. */
maintenance_set_profile_cmd, NULL,
&maintenance_set_cmdlist,
&maintenance_show_cmdlist);