class: Tools::VariableList
authorClaus Gittinger <cg@exept.de>
Tue, 08 Jul 2014 23:38:09 +0200
changeset 14612 3290608522c0
parent 14611 83ca36ad464e
child 14613 459a4a6d2fe2
class: Tools::VariableList grey -> gray
Tools__VariableList.st
--- a/Tools__VariableList.st	Tue Jul 08 23:33:48 2014 +0200
+++ b/Tools__VariableList.st	Tue Jul 08 23:38:09 2014 +0200
@@ -842,7 +842,7 @@
 
     l := self label.
     class notNil ifTrue:[
-        ^ label,' (' ,(class nameWithoutPrefix colorizeAllWith: Color grey),')' 
+        ^ label,' (' ,(class nameWithoutPrefix colorizeAllWith: Color gray),')' 
     ].
     ^label
 !
@@ -914,6 +914,6 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.32 2014-05-09 08:55:48 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.33 2014-07-08 21:38:09 cg Exp $'
 ! !