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.