'From etoys2.2 of 1 October 2007 [latest update: #1715] on 22 October 2007 at 7:38:08 pm'! "Change Set: SystemFont2-yo Date: 22 October 2007 Author: Yoshiki Ohshima Change the system font upon release builder."! !ReleaseBuilderSqueakland methodsFor: 'utilities' stamp: 'yo 10/22/2007 14:19'! installReleaseSpecificsForOLPC "ReleaseBuilderSqueakland new installReleaseSpecificsForOLPC" World color: (Color r: 0.9 g: 0.9 b: 1.0). Preferences restoreDefaultFonts. Preferences setDefaultFonts: #( (setCodeFontTo: BitstreamVeraSans 12) (setSystemFontTo: BitstreamVeraSans 12) ). ! ! "Postscript: Leave the line above, and replace the rest of this comment by a useful one. Executable statements should follow this comment, and should be separated by periods, with no exclamation points (!!). Be sure to put any further comments in double-quotes, like this one." !