Tools__HierarchicalClassList.st
changeset 16496 f394a324f190
parent 15534 b7f97664fc12
child 16571 cf319f2e56d0
child 17286 367515a3b9a4
--- a/Tools__HierarchicalClassList.st	Mon May 09 10:03:12 2016 +0200
+++ b/Tools__HierarchicalClassList.st	Mon May 09 10:03:13 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -285,7 +283,7 @@
     ] ifTrue:[
         aClass isAbstract ifTrue:[ nm := nm allItalic ].
         nm := nm,((' (%1+%2) ' bindWith:(aClass methodDictionary size) with:(aClass class methodDictionary size)) 
-                                colorizeAllWith:self class pseudoEntryForegroundColor).
+                                withColor:self class pseudoEntryForegroundColor).
     ].
 
     indent := 0.
@@ -325,7 +323,7 @@
 !HierarchicalClassList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__HierarchicalClassList.st,v 1.17 2015-03-25 14:14:00 cg Exp $'
+    ^ '$Header$'
 ! !