The Inbox: ConfigBrowser-tbn.4.mcz

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

The Inbox: ConfigBrowser-tbn.4.mcz

commits-2
Torsten Bergmann uploaded a new version of ConfigBrowser to project The Inbox:
http://source.squeak.org/inbox/ConfigBrowser-tbn.4.mcz

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

Name: ConfigBrowser-tbn.4
Author: tbn
Time: 21 May 2010, 1:45:31.318 pm
UUID: 5623fe6e-68d8-6c4d-8638-9e96021db880
Ancestors: ConfigBrowser-ar.3

add world menu registration.

=============== Diff against ConfigBrowser-ar.3 ===============

Item was added:
+ ----- Method: ConfigBrowser classSide>>initialize (in category 'class initialization') -----
+ initialize
+ "Initializes the receiver class"
+  
+ TheWorldMenu registerOpenCommand: {'Config Browser'. {self. #open}}. !