DictionaryInspectorView.st
changeset 649 11d4cbff1092
parent 645 16a618dcbb43
child 689 7def5f699bec
--- a/DictionaryInspectorView.st	Fri Jun 28 17:33:13 1996 +0200
+++ b/DictionaryInspectorView.st	Fri Jun 28 19:47:51 1996 +0200
@@ -163,6 +163,12 @@
 
 !DictionaryInspectorView methodsFor:'private'!
 
+defaultLabel
+    ^ 'keys'
+
+    "Created: 28.6.1996 / 19:46:51 / cg"
+!
+
 fieldList 
     "return a list of names for the selectionlist. Leave hasMore as
      true, if a '...' entry should be added."
@@ -232,5 +238,5 @@
 !DictionaryInspectorView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.24 1996-06-28 13:54:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.25 1996-06-28 17:47:51 cg Exp $'
 ! !