checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 10 Sep 1996 16:57:38 +0200
changeset 10 c9574685e157
parent 9 9f31213107b8
child 11 9bc23682b68c
checkin from browser
STXInstaller.st
--- a/STXInstaller.st	Tue Sep 10 16:21:21 1996 +0200
+++ b/STXInstaller.st	Tue Sep 10 16:57:38 1996 +0200
@@ -409,12 +409,20 @@
 
     (d addCheckBox:('doc files (+8 Mb)') on:installDocHolder)
         labelView foregroundColor:Color white backgroundColor:dark.
+    (d addCheckBox:('stc & support files (+2 Mb)') on:installSTCHolder)
+        labelView foregroundColor:Color white backgroundColor:dark.
+
+    d addVerticalSpace.
+    d addHorizontalLine.
+    d addVerticalSpace.
+
+    (d addTextLabel:('optional (but highly recommended):'))
+        adjust:#left; foregroundColor:Color white backgroundColor:dark.
+
     (d addCheckBox:('smalltalk source files (+12 Mb)') on:installSourceHolder)
         labelView foregroundColor:Color white backgroundColor:dark.
     (d addCheckBox:('goodies (+0.5 Mb)') on:installGoodiesHolder)
         labelView foregroundColor:Color white backgroundColor:dark.
-    (d addCheckBox:('stc & support files (+2 Mb)') on:installSTCHolder)
-        labelView foregroundColor:Color white backgroundColor:dark.
 
     d addVerticalSpace.
     d addHorizontalLine.