mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
Bug PAL7334 DEVELOPMENT : Control Improvement
This commit is contained in:
parent
208ec1a9a7
commit
2a9bba38ee
@ -1277,6 +1277,7 @@ const QMap<int, QString>& SMESHGUI_FilterTable::getCriteria( const int theType )
|
||||
aCriteria[ SMESH::FT_BelongToGeom ] = tr( "BELONG_TO_GEOM" );
|
||||
aCriteria[ SMESH::FT_BelongToPlane ] = tr( "BELONG_TO_PLANE" );
|
||||
aCriteria[ SMESH::FT_BelongToCylinder ] = tr( "BELONG_TO_CYLINDER" );
|
||||
aCriteria[ SMESH::FT_Length2D ] = tr( "LENGTH2D" );
|
||||
}
|
||||
return aCriteria;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user