Salome HOME
Issue #2663: Correct misprint
authorvsv <vsv@opencascade.com>
Fri, 28 Sep 2018 10:41:00 +0000 (13:41 +0300)
committervsv <vsv@opencascade.com>
Fri, 28 Sep 2018 10:41:00 +0000 (13:41 +0300)
src/SHAPERGUI/SHAPERGUI.cpp

index 25ec9a918059bbbd78e4182e28c1d67242abb119..50ca7585f762de2a0cc5de11f48b8208235b01d1 100644 (file)
@@ -163,7 +163,7 @@ void SHAPERGUI::initialize(CAM_Application* theApp)
   myWhatIsAction->setData("INSPECTION_CMD");
   createMenu(aId, aSubMenu, 0);
 
-  int aTool = createTool("INSPWCTION_TOOL", "INSPWCTION_TOOL");
+  int aTool = createTool(tr("Inspection tool"));
   int aToolId = createTool(myWhatIsAction, aTool);
 }