Correct the scalar bar title for the volume control.

This commit is contained in:
mzn 2005-10-27 14:19:54 +00:00
parent 1ca52d6d92
commit 6719903275

View File

@ -584,7 +584,7 @@ namespace{
aControl = SMESH_Actor::eSkew; aControl = SMESH_Actor::eSkew;
break; break;
case 6009: case 6009:
aTitle = QObject::tr( "VOLUME_3D_ELEMENTS" ); aTitle = QObject::tr( "SMESH_VOLUME" );
aControl = SMESH_Actor::eVolume3D; aControl = SMESH_Actor::eVolume3D;
break; break;
} }