PAL7703: change warning message about not-glued solids

This commit is contained in:
jfa 2005-01-12 12:14:32 +00:00
parent d55ae180a9
commit c9b793926c

View File

@ -84,7 +84,7 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFacesWithWarnings (const TopoDS_Shape& the
{
Standard_Integer nbAlone = aGluer.AloneShapes();
theWarning = TCollection_AsciiString(nbAlone);
theWarning += " solids can not be glued by faces";
theWarning += " solid(s) can not be glued by faces";
}
break;
default: