CodeView.st
changeset 206 2363a64a7c88
parent 201 d2888811c664
child 274 6df4bb990f04
--- a/CodeView.st	Thu Nov 23 19:19:24 1995 +0100
+++ b/CodeView.st	Fri Nov 24 10:13:25 1995 +0100
@@ -52,10 +52,6 @@
 	If required, simulate this by setting the doItAction and
 	explainAction, to notify the model manually about whats going on.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.22 1995-11-23 10:44:18 cg Exp $'
 ! !
 
 !CodeView methodsFor:'accessing'!
@@ -244,3 +240,8 @@
     ]
 ! !
 
+!CodeView class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.23 1995-11-24 09:13:18 cg Exp $'
+! !