The Trunk: ST80-mha.84.mcz

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

The Trunk: ST80-mha.84.mcz

commits-2
Michael Haupt uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mha.84.mcz

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

Name: ST80-mha.84
Author: mha
Time: 18 January 2010, 1:23:11.46 pm
UUID: 3c9bf6b5-03e3-44b7-8a3e-b7c24825f6e3
Ancestors: ST80-ar.83

typo fix

=============== Diff against ST80-ar.83 ===============

Item was changed:
  ----- Method: SelectionMenu class>>labelList:lines: (in category 'instance creation') -----
  labelList: labelList lines: lines
+ ^ self labelArray: labelList lines: lines!
- ^ self labelArray: lines lines: lines!