YesNoBox.st
changeset 243 5c411425097d
parent 197 00927189c882
child 253 f071ff350cd5
--- 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 $'
+! !