]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IPAL20717 : information in "Basic Properties" dlg is differently styled.
authordmv <dmv@opencascade.com>
Tue, 3 Feb 2009 12:46:53 +0000 (12:46 +0000)
committerdmv <dmv@opencascade.com>
Tue, 3 Feb 2009 12:46:53 +0000 (12:46 +0000)
src/MeasureGUI/MeasureGUI_WhatisDlg.cxx

index 039534716551dcf2db267a1543e7b022f905e18c..e6655a4a953881d92f236e72fca200172bff239f 100644 (file)
@@ -334,7 +334,7 @@ QString MeasureGUI_WhatisDlg::getKindOfShape (QString& theParameters)
     break;
   case GEOM::GEOM_IKindOfShape::BOX:
     aKindStr = tr("GEOM_BOX");
-    theParameters = tr("GEOM_CENTER") + ":" +
+    theParameters = tr("GEOM_CENTER") +
       "\n" +        tr("GEOM_X_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[0]) +
       "\n" +        tr("GEOM_Y_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[1]) +
       "\n" +        tr("GEOM_Z_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[2]) +