diff -r 1fa14a974cc2 -r 5c411425097d YesNoBox.st --- a/YesNoBox.st Thu Dec 07 23:20:54 1995 +0100 +++ b/YesNoBox.st Thu Dec 07 23:25:03 1995 +0100 @@ -123,10 +123,6 @@ Transcript showCr:'no' ] " -! - -version - ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.20 1995-11-23 02:26:58 cg Exp $' ! ! !YesNoBox class methodsFor:'instance creation'! @@ -324,3 +320,8 @@ self hideAndEvaluate:abortAction ! ! +!YesNoBox class methodsFor:'documentation'! + +version + ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.21 1995-12-07 22:24:08 cg Exp $' +! !