#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:49:35 +0200
changeset 19094 187ebff8de24
parent 19093 6dd45ef2232d
child 19095 5d44c62ca402
#OTHER by exept use allRed and allGray
Tools__ProjectLoader.st
--- a/Tools__ProjectLoader.st	Fri Aug 30 10:49:14 2019 +0200
+++ b/Tools__ProjectLoader.st	Fri Aug 30 10:49:35 2019 +0200
@@ -427,7 +427,7 @@
             origin := prj second first.
             '%1 %2' 
                 bindWith:prj first
-                with:(('(%1)' bindWith:origin) withColor:Color gray)
+                with:(('(%1)' bindWith:origin) allGray)
         ])
 
     "Created: / 22-11-2008 / 09:52:47 / Jan Vrany <vranyj1@fel.cvut.cz>"