Salome HOME
Fix misprint in variable name of MeshInfos dialog. test_patches
authorakl <akl@opencascade.com>
Wed, 23 Sep 2015 09:19:45 +0000 (13:19 +0400)
committerakl <akl@opencascade.com>
Wed, 23 Sep 2015 09:19:45 +0000 (13:19 +0400)
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;