diff -r 1fa14a974cc2 -r 5c411425097d InfoBox.st --- a/InfoBox.st Thu Dec 07 23:20:54 1995 +0100 +++ b/InfoBox.st Thu Dec 07 23:25:03 1995 +0100 @@ -134,10 +134,6 @@ box open " -! - -version - ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.20 1995-11-23 02:26:15 cg Exp $' ! ! !InfoBox class methodsFor:'instance creation'! @@ -298,3 +294,8 @@ ^ w @ h ! ! +!InfoBox class methodsFor:'documentation'! + +version + ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.21 1995-12-07 22:23:19 cg Exp $' +! !