From: akl Date: Wed, 23 Sep 2015 09:19:45 +0000 (+0400) Subject: Fix misprint in variable name of MeshInfos dialog. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=38db640f90d68aef5f8b3228c7e58b684f4ad98d;p=modules%2Fsmesh.git Fix misprint in variable name of MeshInfos dialog. --- 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;