Tools__MethodList.st
changeset 14614 19bc72ad7450
parent 14276 4b778541d51a
child 14684 4133aac4b6ce
--- a/Tools__MethodList.st	Tue Jul 08 23:38:38 2014 +0200
+++ b/Tools__MethodList.st	Tue Jul 08 23:38:58 2014 +0200
@@ -1756,7 +1756,7 @@
     (showCategory and:[aMethod mclass notNil and:[aMethod mclass supportsMethodCategories]]) ifTrue:[
         cat := aMethod category.
         cat notNil ifTrue:[
-            s := s , ' {' , (cat "asText allItalic" colorizeAllWith:Color grey), '}'
+            s := s , ' {' , (cat "asText allItalic" colorizeAllWith:Color gray), '}'
         ]
     ].
 
@@ -1895,10 +1895,10 @@
 !MethodList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.104 2014-04-17 22:07:17 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.105 2014-07-08 21:38:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.104 2014-04-17 22:07:17 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.105 2014-07-08 21:38:58 cg Exp $'
 ! !