OptionBox.st
changeset 243 5c411425097d
parent 197 00927189c882
child 355 a55f62047156
--- a/OptionBox.st	Thu Dec 07 23:20:54 1995 +0100
+++ b/OptionBox.st	Thu Dec 07 23:25:03 1995 +0100
@@ -85,10 +85,6 @@
 
     CAVEAT: this is a leftover - functionality will be merged into DialogBox
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.23 1995-11-23 02:26:38 cg Exp $'
 ! !
 
 !OptionBox class methodsFor:'instance creation'!
@@ -366,3 +362,8 @@
     ^ w @ h
 ! !
 
+!OptionBox class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.24 1995-12-07 22:23:45 cg Exp $'
+! !