OrderedCollectionInspectorView.st
changeset 4095 5bd36b14723d
parent 3875 40e2e851a32c
child 4983 2b46f0195f35
--- a/OrderedCollectionInspectorView.st	Tue Oct 29 12:59:38 2002 +0100
+++ b/OrderedCollectionInspectorView.st	Tue Oct 29 13:49:17 2002 +0100
@@ -53,7 +53,7 @@
 !
 
 defaultLabel
-    ^ 'contents'
+    ^ 'Contents'
 
     "
      (OrderedCollection with:1 with:2 with:3) inspect
@@ -169,5 +169,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.32 2002-09-14 17:31:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.33 2002-10-29 12:49:06 cg Exp $'
 ! !