Salome HOME
Issue 0020520: [CEA 358] Import - Export Sauv files in SMESH
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_NodesDlg.cxx
index ff98cb7f8441f113bc0a9b8c5016d33788603f5a..76b75dbb9139c5a924b33baa70166ffe2724a853 100644 (file)
@@ -95,7 +95,7 @@ namespace SMESH
       _PTR(SObject) aSobj = SMESH::FindSObject( theMesh );
       SMESH::SMESH_MeshEditor_var aMeshEditor = theMesh->GetMeshEditor();
       aMeshEditor->AddNode( x, y, z );
-      theMesh->SetParameters( SMESHGUI::JoinObjectParameters(theParameters) );
+      theMesh->SetParameters( theParameters.join(":").toLatin1().constData() );
       _PTR(Study) aStudy = GetActiveStudyDocument();
       CORBA::Long anId = aStudy->StudyId();
       if (TVisualObjPtr aVisualObj = SMESH::GetVisualObj( anId, aSobj->GetID().c_str() ) ) {