*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 18 Sep 2006 21:51:16 +0200
changeset 4623 81241ac5d815
parent 4622 337361dc9de3
child 4624 79efb2175d3f
*** empty log message ***
ResourcePack.st
--- a/ResourcePack.st	Mon Sep 18 21:49:32 2006 +0200
+++ b/ResourcePack.st	Mon Sep 18 21:51:16 2006 +0200
@@ -187,12 +187,14 @@
 
 initialize
     Packs isNil ifTrue:[
-        Packs := WeakArray new:60
+        Packs := WeakArray new:100
     ].
 
     "
      ResourcePack initialize
     "
+
+    "Modified: / 18-09-2006 / 20:37:38 / cg"
 ! !
 
 !ResourcePack class methodsFor:'instance creation'!
@@ -1237,7 +1239,7 @@
 !ResourcePack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.115 2006-09-18 18:34:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.116 2006-09-18 19:51:16 cg Exp $'
 ! !
 
 ResourcePack initialize!