AbstractLauncherApplication.st
changeset 2234 7641ad0b4bf8
parent 2233 9fafda9e4ae8
child 2237 ddd553ff2ed5
--- a/AbstractLauncherApplication.st	Wed Jul 07 00:24:43 1999 +0200
+++ b/AbstractLauncherApplication.st	Wed Jul 07 00:26:51 1999 +0200
@@ -4601,7 +4601,7 @@
     "/
     "/ show the box ...
     "/
-    box extent:400@300.
+    box extent:600@400.
     box openModal.
 
     "/
@@ -4614,11 +4614,11 @@
     box destroy
 
     "Modified: / 16.4.1998 / 17:18:16 / ca"
-    "Modified: / 7.7.1999 / 00:25:59 / cg"
+    "Modified: / 7.7.1999 / 00:27:02 / cg"
 ! !
 
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.50 1999-07-06 22:24:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.51 1999-07-06 22:26:51 cg Exp $'
 ! !