The Trunk: Tools-ct.1362.mcz

[email protected] Sun, 5 Jul 2026 22:30:59 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ct.1362.mcz

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

Name: Tools-ct.1362
Author: ct
Time: 6 July 2026, 12:30:55.661374 am
UUID: ed785ff1-0af1-483b-be16-c0b7d59d7066
Ancestors: Tools-ct.1361

ST80 menus do have titles, thus set them through the compatibility accessor.

=============== Diff against Tools-ct.1361 ===============

Item was changed:
  ----- Method: CustomMenu>>addTitle: (in category 'construction') -----
  addTitle: aString
+ 	"For compatibility with MenuMorph."
+ 
+ 	^ self title: aString!
- 	"For compatibility with MenuMorph.  Here it is a no-op"!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]