Launcher.st
changeset 1707 4c495fd678dc
parent 1705 5acde5f91748
child 1717 0a345e0b9cbf
--- a/Launcher.st	Thu Jun 18 22:32:54 1998 +0200
+++ b/Launcher.st	Fri Jun 19 03:37:47 1998 +0200
@@ -2615,8 +2615,8 @@
 "/        ]
 "/    ].
 
+    self createBuilder.
     self setupViewsIn:top.
-
     top application:self.   
 
     "
@@ -2633,7 +2633,7 @@
     ^ builder
 
     "Created: / 5.2.1998 / 19:43:44 / cg"
-    "Modified: / 5.2.1998 / 20:08:58 / cg"
+    "Modified: / 19.6.1998 / 03:35:41 / cg"
 !
 
 release
@@ -5508,5 +5508,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.350 1998-06-18 16:44:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.351 1998-06-19 01:37:47 cg Exp $'
 ! !