Bug PAL7334 DEVELOPMENT : Control Improvement

This commit is contained in:
enk 2004-12-27 10:33:49 +00:00
parent 208ec1a9a7
commit 2a9bba38ee

View File

@ -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;
}