*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 09 Feb 2019 16:58:53 +0100
changeset 1588 2727a9f4ac36
parent 1585 69c1741cb1db
child 1589 86edc6c77f6e
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Sun Oct 14 14:39:38 2018 +0200
+++ b/smalltalk.rc	Sat Feb 09 16:58:53 2019 +0100
@@ -552,6 +552,7 @@
 "/
 (cls := Smalltalk at:#StandardSystemView) notNil ifTrue:[
     Smalltalk at:#ScheduledWindow put:cls
+    Smalltalk at:#SystemWindow put:cls
 ].
 (cls := Smalltalk at:#Socket) notNil ifTrue:[
     Smalltalk at:#UnixSocketAccessor put:cls.