2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / dummy-frame.c
index 95d0adf1466f632a8bbf2621629ea7cda529793a..10596b9bc624647b61d046d219fd02a0fb210c74 100644 (file)
@@ -246,7 +246,7 @@ maintenance_print_dummy_frames (char *args, int from_tty)
     {
       struct ui_file *file = gdb_fopen (args, "w");
       if (file == NULL)
-       perror_with_name ("maintenance print dummy-frames");
+       perror_with_name (_("maintenance print dummy-frames"));
       fprint_dummy_frames (file);    
       ui_file_delete (file);
     }
This page took 0.026348 seconds and 4 git commands to generate.