# HG changeset patch # User Claus Gittinger # Date 842367458 -7200 # Node ID c9574685e1571a9fec23d46d66073234b4d7a372 # Parent 9f31213107b8e9ca14ac3eae9fd2c3b909e542d9 checkin from browser diff -r 9f31213107b8 -r c9574685e157 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.