*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2009 15:44:10 +0200
changeset 12090 4f63adc2f14d
parent 12089 0b9f77ad54a0
child 12091 c9906aca7a7a
*** empty log message ***
Collection.st
--- a/Collection.st	Thu Oct 01 15:44:07 2009 +0200
+++ b/Collection.st	Thu Oct 01 15:44:10 2009 +0200
@@ -255,6 +255,14 @@
     ^ ValueNotFoundSignal
 ! !
 
+!Collection class methodsFor:'misc ui support'!
+
+iconInBrowserSymbol
+    <resource: #programImage>
+
+    ^ #containerClassBrowserIcon
+! !
+
 !Collection class methodsFor:'queries'!
 
 growIsCheap
@@ -3485,7 +3493,11 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.226 2009-09-22 15:59:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.227 2009-10-01 13:44:10 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.227 2009-10-01 13:44:10 cg Exp $'
 ! !
 
 Collection initialize!