minor decoration

This commit is contained in:
eap 2012-12-28 15:48:52 +00:00
parent fe32ec275a
commit d8ad3b8931

View File

@ -670,7 +670,7 @@ bool SMESHGUI_MergeDlg::ClickOnApply()
aMeshEditor->MergeElements (aGroupsOfElements.inout());
if ( myTypeId == 0 ) {
if (myAction ==0)
if (myAction == 0 )
SUIT_MessageBox::information(SMESHGUI::desktop(), tr("SMESH_INFORMATION"),
tr("SMESH_MERGED_NODES").arg(QString::number(ListCoincident->count()).toLatin1().data()));
else