InfoBox.st
changeset 243 5c411425097d
parent 197 00927189c882
child 355 a55f62047156
--- 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 $'
+! !