]> Git Repo - binutils.git/blobdiff - gdb/cp-support.c
* gdb.base/sigbpt.exp: Disable if gdb,nosignals.
[binutils.git] / gdb / cp-support.c
index d9cdc46832da478b204c25a7c35801c05fcfa9f9..ecda4a53950642904812751d24c8d2adb8be1e21 100644 (file)
@@ -746,12 +746,12 @@ void
 _initialize_cp_support (void)
 {
   add_prefix_cmd ("cplus", class_maintenance, maint_cplus_command,
-                 "C++ maintenance commands.", &maint_cplus_cmd_list,
+                 _("C++ maintenance commands."), &maint_cplus_cmd_list,
                  "maintenance cplus ", 0, &maintenancelist);
   add_alias_cmd ("cp", "cplus", class_maintenance, 1, &maintenancelist);
 
   add_cmd ("first_component", class_maintenance, first_component_command,
-          "Print the first class/namespace component of NAME.",
+          _("Print the first class/namespace component of NAME."),
           &maint_cplus_cmd_list);
                  
 }
This page took 0.025521 seconds and 4 git commands to generate.