]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorvsv <vsv@opencascade.com>
Tue, 10 Jun 2008 14:16:55 +0000 (14:16 +0000)
committervsv <vsv@opencascade.com>
Tue, 10 Jun 2008 14:16:55 +0000 (14:16 +0000)
src/VISUGUI/VisuGUI_ClippingPlaneMgr.cxx

index 7c0f47038867938204ca8c57a7a19a13fa79f4e6..8e87d74e8d99a71f334cadb75d2dcc1c724ccbb2 100644 (file)
@@ -635,7 +635,7 @@ void VisuGUI_ClippingPlaneMgr::onImportPlane()
       PlaneDef aDest;
       aDest.plane = CutPlaneFunction::New();
       aDest.isAuto = aSource.isAuto;
-      aDest.name = aSource.name;
+      aDest.name = aWindow->windowTitle() + ":" + aSource.name;
       aDest.plane->SetOrigin(aSource.plane->GetOrigin());
       aDest.plane->SetNormal(aSource.plane->GetNormal());