StandardSystemController.st
changeset 128 dd248b6322d7
parent 124 6f00394c5a4a
child 222 c51b06f6bf9a
--- a/StandardSystemController.st	Thu Nov 23 18:45:14 1995 +0100
+++ b/StandardSystemController.st	Thu Nov 23 18:46:48 1995 +0100
@@ -40,10 +40,6 @@
     This class exists for ST-80 compatibility only 
     (to allow for subclasses to be filed in).
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.9 1995-11-23 10:40:23 cg Exp $'
 ! !
 
 !StandardSystemController methodsFor:'startup'!
@@ -52,3 +48,8 @@
     view open
 ! !
 
+!StandardSystemController class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.10 1995-11-23 17:46:48 cg Exp $'
+! !