]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix bug 11795: Wrong indentation in script.
authorjfa <jfa@opencascade.com>
Mon, 6 Mar 2006 11:28:41 +0000 (11:28 +0000)
committerjfa <jfa@opencascade.com>
Mon, 6 Mar 2006 11:28:41 +0000 (11:28 +0000)
src/VISU_I/VISU_DumpPython.cc

index 79fb6e44b80c622c1d2d381a2e8814b851bc41d3..f3d809ed7fea735e81f4ce2218dc9e429ffb8b85 100644 (file)
@@ -367,7 +367,7 @@ namespace VISU{
 
       // Set name (as this object could be renamed by user)
       CORBA::String_var aNameInStudy = theSObject->GetName();
-      theStr<<thePrefix<<aName<<".SetTitle('"<<aNameInStudy.in()<<"') # 1"<<endl;
+      theStr<<aPrefix2<<aName<<".SetTitle('"<<aNameInStudy.in()<<"') # 1"<<endl;
 
       DumpChildrenToPython(theStudy,
                           theIsPublished,