diff -r ae0c3ae5de15 -r 8cfc21c91319 EnterFieldGroup.st --- a/EnterFieldGroup.st Sat Feb 12 16:31:35 2000 +0100 +++ b/EnterFieldGroup.st Sat Feb 12 16:36:04 2000 +0100 @@ -465,7 +465,7 @@ "Modified: 27.4.1996 / 17:19:50 / cg" ! ! -!EnterFieldGroup methodsFor:'adding / removing'! +!EnterFieldGroup methodsFor:'adding & removing'! add:aField "add another field to the group. @@ -813,5 +813,5 @@ !EnterFieldGroup class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.38 1999-10-07 11:22:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.39 2000-02-12 15:36:04 cg Exp $' ! !