X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshInfo.cxx;h=ccb3a1db827c6fccf2e422ba396eabf8e41f5a37;hb=refs%2Fheads%2Ftest_patches;hp=e29e6be6dfa3ce8029baa4ae129c068984e553f5;hpb=c3be633806604667e369a14d06da03c36db8e82a;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MeshInfo.cxx b/src/SMESHGUI/SMESHGUI_MeshInfo.cxx index e29e6be6d..ccb3a1db8 100644 --- a/src/SMESHGUI/SMESHGUI_MeshInfo.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshInfo.cxx @@ -267,7 +267,7 @@ SMESHGUI_MeshInfo::SMESHGUI_MeshInfo( QWidget* parent ) QLabel* aNbQuad = createField(); aNbQuad->setObjectName("totalNbQuadraticElems"); QLabel* aNbBiQuad = createField(); - aNbQuad->setObjectName("totalNbBiQuadraticElems"); + aNbBiQuad->setObjectName("totalNbBiQuadraticElems"); myWidgets[ index++ ] << aNbLine; myWidgets[ index++ ] << new QLabel( "", this ) << aNbTotal << aNbLin << aNbQuad << aNbBiQuad;