WindowBuilder.st
changeset 965 04cadbd21aac
parent 961 babdad518c1d
child 970 d8920428eb28
--- a/WindowBuilder.st	Thu Jun 18 18:57:12 1998 +0200
+++ b/WindowBuilder.st	Thu Jun 18 19:12:30 1998 +0200
@@ -880,7 +880,7 @@
 
     type == #normal ifTrue:[
         window isNil ifTrue:[
-            self setupWindowFor:(StandardSystemView new).
+            self setupWindowFor:(ApplicationWindow new).
         ].
 
         window open.
@@ -899,7 +899,7 @@
     self halt:'unimplemented'
 
     "Created: / 14.2.1997 / 20:22:24 / cg"
-    "Modified: / 27.1.1998 / 12:28:18 / cg"
+    "Modified: / 18.6.1998 / 19:10:07 / cg"
 !
 
 openDialog
@@ -1011,5 +1011,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.64 1998-06-18 14:55:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.65 1998-06-18 17:11:47 cg Exp $'
 ! !