Salome HOME
Synchronizing with GEOM_msg_en.ts
[modules/geom.git] / src / EntityGUI / EntityGUI_SubShapeDlg.cxx
index 6e1b0cefd4ad4b7bf30c7b0bfa9c93da568d62af..682dec2728befbf7073affbe6b75edb3cce22d7b 100644 (file)
@@ -739,7 +739,7 @@ void EntityGUI_SubShapeDlg::activateSelection()
       {
         TopoDS_Shape aSubShape = anExp.Current();
         int index = aSubShapesMap.FindIndex(aSubShape);
-       QString anEntry = QString( "TEMP_" ) + anEntryBase + QString("_%1").arg(index);
+        QString anEntry = QString( "TEMP_" ) + anEntryBase + QString("_%1").arg(index);
 
         SALOME_Prs* aPrs = aDisplayer->buildSubshapePresentation(aSubShape, anEntry, aView);
         if (aPrs) {