From: mzn Date: Thu, 27 Oct 2005 14:19:54 +0000 (+0000) Subject: Correct the scalar bar title for the volume control. X-Git-Tag: V3_1_0a3~39 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=6719903275e7df1327a196f569290e6896368ef1;hp=1ca52d6d9244fecf0d7fdbb15047f96c1a0ccec7 Correct the scalar bar title for the volume control. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 4b966ce59..c8a766657 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -584,7 +584,7 @@ namespace{ aControl = SMESH_Actor::eSkew; break; case 6009: - aTitle = QObject::tr( "VOLUME_3D_ELEMENTS" ); + aTitle = QObject::tr( "SMESH_VOLUME" ); aControl = SMESH_Actor::eVolume3D; break; }