]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cp-abi.c
2005-02-14 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / gdb / cp-abi.c
index 2ab4f9dbf48b03f4bc54fb39c150dd83483a69fd..2b39300e4d2f6504a8793b421e111bae2d49c4c5 100644 (file)
@@ -243,11 +243,11 @@ _initialize_cp_abi (void)
   register_cp_abi (&auto_cp_abi);
   switch_to_cp_abi ("auto");
 
-  add_cmd ("cp-abi", class_obscure, set_cp_abi_cmd,
-          "Set the ABI used for inspecting C++ objects.\n"
-          "\"set cp-abi\" with no arguments will list the available ABIs.",
+  add_cmd ("cp-abi", class_obscure, set_cp_abi_cmd, _("\
+Set the ABI used for inspecting C++ objects.\n\
+\"set cp-abi\" with no arguments will list the available ABIs."),
           &setlist);
 
   add_cmd ("cp-abi", class_obscure, show_cp_abi_cmd,
-          "Show the ABI used for inspecting C++ objects.", &showlist);
+          _("Show the ABI used for inspecting C++ objects."), &showlist);
 }