OrderedCollectionInspectorView.st
changeset 7949 a2b4878cab10
parent 7380 a96ada2a8d96
child 9352 9c1b758211d4
--- a/OrderedCollectionInspectorView.st	Sun Jan 27 17:05:46 2008 +0100
+++ b/OrderedCollectionInspectorView.st	Sun Jan 27 17:05:57 2008 +0100
@@ -58,6 +58,7 @@
                   ('BasicInspect'                doBasicInspect         )
                   ('Inspect hierarchical'        doNewInspect           )
                   ('-')
+                  ('Owners'                      showOwners             )
                   ('Ref chains'                  showReferences         )
                   ('-')
                   ('Browse'                      browse                 )
@@ -192,5 +193,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.39 2006-10-09 10:48:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.40 2008-01-27 16:05:57 cg Exp $'
 ! !