DictionaryInspectorView.st
changeset 1742 982fa0fdf9e3
parent 1740 5dd8db18c0cf
child 1743 88f86bfde4a4
--- a/DictionaryInspectorView.st	Thu Jul 23 23:26:51 1998 +0200
+++ b/DictionaryInspectorView.st	Thu Jul 23 23:29:51 1998 +0200
@@ -55,7 +55,8 @@
                        ('inspect key'          doInspectKey   )
                        ('basicInspect'         doBasicInspect )
                        ('inspect hierarchical' doNewInspect   )
-                       ('references'           showReferences )
+                       ('-'                    nil            )
+                       ('owners'               showReferences )
                        ('references to key'    showKeyReferences )
                        ('-'                    nil            )
                        ('add key'              doAddKey       )
@@ -254,5 +255,5 @@
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.30 1998-07-23 21:15:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.31 1998-07-23 21:29:41 cg Exp $'
 ! !