'From Squeakland 3.8.5976 of 25 August 2004 [latest update: #376] on 16 December 2004 at 9:42:58 pm'! "Change Set: DevEnvironment Date: 16 December 2004 Author: Takashi Yamamiya " MczInstaller installFileNamed: 'C:\takasi\zip\Tools-PointerExplorer-avi.3.mcz'. MczInstaller installFileNamed: 'C:\takasi\doc\squeak\src\Techo-Base-tak.6.mcz'. MczInstaller installFileNamed: 'C:\takasi\zip\Monticello-avi.233.mcz'. Preferences outOfTheBox. Preferences enable: #annotationPanes. Preferences disable: #gradientMenu. Preferences disable: #menuAppearance3d. Preferences enable: #browseWithDragNDrop. Preferences disable: #menuWithIcons. Techo on: 'c:\takasi\memo'. ! !Preferences class methodsFor: 'menu parameters' stamp: 'tak 12/16/2004 11:27'! restoreDefaultMenuParameters "Restore the four color choices of the original implementors of MorphicMenus" " Preferences restoreDefaultMenuParameters " Parameters at: #menuColor put: (Color r: 0.97 g: 0.97 b: 0.97). Parameters at: #menuBorderColor put: (Color r: 0.5 g: 0.5 b: 0.9). Parameters at: #menuBorderWidth put: 2. Parameters at: #menuTitleColor put: (Color r: 0.4 g: 0.8 b: 0.9) twiceDarker. Parameters at: #menuTitleBorderColor put: (Color r: 0.333 g: 0.667 b: 0.751). Parameters at: #menuTitleBorderWidth put: 1. Parameters at: #menuLineColor put: (Preferences menuBorderColor lighter lighter)! ! "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." Preferences restoreDefaultMenuParameters.!