StandardSystemController.st
changeset 222 c51b06f6bf9a
parent 128 dd248b6322d7
--- a/StandardSystemController.st	Thu Apr 25 18:32:07 1996 +0200
+++ b/StandardSystemController.st	Thu Apr 25 18:35:11 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Controller subclass:#StandardSystemController
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Support-Controllers'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Support-Controllers'
 !
 
 !StandardSystemController class methodsFor:'documentation'!
@@ -39,6 +39,9 @@
     since all action is done in window manager. 
     This class exists for ST-80 compatibility only 
     (to allow for subclasses to be filed in).
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -51,5 +54,5 @@
 !StandardSystemController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.10 1995-11-23 17:46:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.11 1996-04-25 16:35:11 cg Exp $'
 ! !