mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 17:48:34 +05:00
minor decoration
This commit is contained in:
parent
fe32ec275a
commit
d8ad3b8931
@ -670,7 +670,7 @@ bool SMESHGUI_MergeDlg::ClickOnApply()
|
|||||||
aMeshEditor->MergeElements (aGroupsOfElements.inout());
|
aMeshEditor->MergeElements (aGroupsOfElements.inout());
|
||||||
|
|
||||||
if ( myTypeId == 0 ) {
|
if ( myTypeId == 0 ) {
|
||||||
if (myAction ==0)
|
if (myAction == 0 )
|
||||||
SUIT_MessageBox::information(SMESHGUI::desktop(), tr("SMESH_INFORMATION"),
|
SUIT_MessageBox::information(SMESHGUI::desktop(), tr("SMESH_INFORMATION"),
|
||||||
tr("SMESH_MERGED_NODES").arg(QString::number(ListCoincident->count()).toLatin1().data()));
|
tr("SMESH_MERGED_NODES").arg(QString::number(ListCoincident->count()).toLatin1().data()));
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user