Salome HOME
Correct the scalar bar title for the volume control.
authormzn <mzn@opencascade.com>
Thu, 27 Oct 2005 14:19:54 +0000 (14:19 +0000)
committermzn <mzn@opencascade.com>
Thu, 27 Oct 2005 14:19:54 +0000 (14:19 +0000)
src/SMESHGUI/SMESHGUI.cxx

index 4b966ce5981016e3d65165797a20a3bca284a2d6..c8a76665754cdcd87240d1224b5ff9535d1ad0af 100644 (file)
@@ -584,7 +584,7 @@ namespace{
            aControl = SMESH_Actor::eSkew;
            break;
          case 6009:
            aControl = SMESH_Actor::eSkew;
            break;
          case 6009:
-           aTitle = QObject::tr( "VOLUME_3D_ELEMENTS" );
+           aTitle = QObject::tr( "SMESH_VOLUME" );
            aControl = SMESH_Actor::eVolume3D;
            break;
          }
            aControl = SMESH_Actor::eVolume3D;
            break;
          }