From: dmv Date: Fri, 17 Apr 2009 07:44:03 +0000 (+0000) Subject: 0020317: EDF SMESH 1004: "Edit group" changes the name of the group X-Git-Tag: V5_1_2rc1~57 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4efe224f007a530134d8db76d132fdc99e7cf144;p=modules%2Fsmesh.git 0020317: EDF SMESH 1004: "Edit group" changes the name of the group --- diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index b7d28889e..24246eec6 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -592,7 +592,7 @@ void SMESHGUI_GroupDlg::init (SMESH::SMESH_GroupBase_ptr theGroup, myGeomGroupLine->setText( aShapeName ); myNameChanged = true; myName->blockSignals(true); - myName->setText( "Group On " + aShapeName); + myName->setText(theGroup->GetName()); myName->blockSignals(false); } updateButtons();