The Trunk: Tools-kb.193.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-kb.193.mcz

commits-2
A new version of Tools was added to project The Trunk:
http://source.squeak.org/trunk/Tools-kb.193.mcz

==================== Summary ====================

Name: Tools-kb.193
Author: kb
Time: 23 February 2010, 12:59:00.287 am
UUID: c5bf84e8-c814-4e30-961b-c6e641c4db1c
Ancestors: Tools-kb.192

 - changed the wording of the workspace's toggleStylingLabel to lowercase.

=============== Diff against Tools-kb.192 ===============

Item was changed:
  ----- Method: Workspace>>toggleStylingLabel (in category 'code pane menu') -----
  toggleStylingLabel
 
  ^self shouldStyle
+ ifTrue: [ 'disable shout styling' ]
+ ifFalse: [ 'enable shout styling' ]!
- ifTrue: [ 'Disable shout styling' ]
- ifFalse: [ 'Enable shout styling' ]!