From: dmv Date: Fri, 17 Apr 2009 07:52:07 +0000 (+0000) Subject: 0020317: EDF SMESH 1004: "Edit group" changes the name of the group X-Git-Tag: V4_1_5rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=216883b9530f63ea5c0c4fddacce01bac186cdf2;hp=216f6f1ad805779647b3ab67f1a6c463dab9ce78 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 59052bc9a..277dd494b 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -609,7 +609,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); } }