StandardSystemController.st
changeset 35 f13cdd0b44c7
parent 11 1d0df18a7049
child 71 5b34cd877517
--- a/StandardSystemController.st	Mon Feb 06 01:36:28 1995 +0100
+++ b/StandardSystemController.st	Mon Feb 06 01:37:58 1995 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -11,26 +11,26 @@
 "
 
 Controller subclass:#StandardSystemController
-         instanceVariableNames:''
-         classVariableNames:''
-         poolDictionaries:''
-         category:'ST-80 compatibility'!
+	 instanceVariableNames:''
+	 classVariableNames:''
+	 poolDictionaries:''
+	 category:'Interface-Support'!
 
 StandardSystemController comment:'
 
 COPYRIGHT (c) 1993 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
 Controller for StandardSystemViews i.e. top views. There is nothing done here
 since all action is done in window manager. This class exists for ST-80 com-
 patibility mainly.
 
-$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.3 1993-12-11 01:33:04 claus Exp $
+$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.4 1995-02-06 00:37:56 claus Exp $
 written spring 93 by claus
 '!
 
 !StandardSystemController methodsFor:'startup'!
 
 open
-    view realize
+    view open
 ! !