Chris Muller uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-cmm.289.mcz==================== Summary ====================
Name: Tools-cmm.289
Author: cmm
Time: 8 January 2011, 4:02:08.157 pm
UUID: f8c409fb-d6ba-4872-8c2e-fc1d33c45010
Ancestors: Tools-mtf.288
DependencyBrowser should be accessible from the open menu.
=============== Diff against Tools-mtf.288 ===============
Item was added:
+ ----- Method: DependencyBrowser classSide>>initialize (in category 'class initialization') -----
+ initialize
+ "Initializes the receiver class"
+
+ TheWorldMenu registerOpenCommand: {'Dependency Browser'. {self. #open}}. !