Salome HOME
Added an update of the ObjectBrowser T_3_0_2a1
authorsrn <srn@opencascade.com>
Mon, 29 Aug 2005 07:35:31 +0000 (07:35 +0000)
committersrn <srn@opencascade.com>
Mon, 29 Aug 2005 07:35:31 +0000 (07:35 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx

index 703e44a085b5c47f0852da86752aad6fb5c5a069..00c38c889a0f41fba411a2b349e0be46fe3708be 100644 (file)
@@ -1361,6 +1361,8 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath,
     fp << aScriptName << ".RebuildData(" << aBatchModeScript << ".myStudy)" << endl;
   }
 
+  fp << "salome.sg.updateObjBrowser(1)" << endl;
+
   fp.close();
   return isOk;
 }