From: vsv Date: Tue, 10 Jun 2008 14:16:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TG_VISU_2008_2008-06-26~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26b0eaecd30ea6a9c14cb42142456e5aa08f064b;p=modules%2Fvisu.git *** empty log message *** --- diff --git a/src/VISUGUI/VisuGUI_ClippingPlaneMgr.cxx b/src/VISUGUI/VisuGUI_ClippingPlaneMgr.cxx index 7c0f4703..8e87d74e 100644 --- a/src/VISUGUI/VisuGUI_ClippingPlaneMgr.cxx +++ b/src/VISUGUI/VisuGUI_ClippingPlaneMgr.cxx @@ -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());