Salome HOME
Fix misprint in variable name of MeshInfos dialog.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshInfo.cxx
index e29e6be6dfa3ce8029baa4ae129c068984e553f5..ccb3a1db827c6fccf2e422ba396eabf8e41f5a37 100644 (file)
@@ -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;