Launcher.st
changeset 109 c23841df3616
parent 108 a936f81cc162
child 110 570a38362ae1
--- a/Launcher.st	Sun Jul 23 05:19:48 1995 +0200
+++ b/Launcher.st	Thu Aug 03 03:38:05 1995 +0200
@@ -37,7 +37,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.19 1995-07-23 03:19:33 claus Exp $
+$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.20 1995-08-03 01:37:59 claus Exp $
 "
 !
 
@@ -1020,7 +1020,7 @@
     macroTextView origin:0.0@0.6 corner:1.0@1.0.
     y := box yPosition.
 
-    box addAbortButton; addOkButton.
+    box "addAbortButton;" addOkButton.
     macroTextView topInset:(l preferredExtent y).
     macroTextView bottomInset:(box preferredExtent y - y).