From 040e11c34ea7f8c71fcfa0edfeff43b630a557eb Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 14 Feb 2005 16:18:43 +0000 Subject: 2005-02-14 Andrew Cagney 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. --- gdb/maint.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gdb/maint.c') 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); -- cgit v1.2.1