Tools__ProjectLoader.st
changeset 16510 55dc7652db5e
parent 14613 459a4a6d2fe2
child 16571 cf319f2e56d0
child 17315 a5cd1e2358d6
--- a/Tools__ProjectLoader.st	Mon May 09 10:05:23 2016 +0200
+++ b/Tools__ProjectLoader.st	Mon May 09 10:05:25 2016 +0200
@@ -413,7 +413,7 @@
             origin := prj second first.
             '%1 %2' 
                 bindWith:prj first
-                with:(('(%1)' bindWith:origin) colorizeAllWith:Color gray)
+                with:(('(%1)' bindWith:origin) withColor:Color gray)
         ])
 
     "Created: / 22-11-2008 / 09:52:47 / Jan Vrany <vranyj1@fel.cvut.cz>"
@@ -445,15 +445,15 @@
 !ProjectLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectLoader.st,v 1.10 2014-07-08 21:38:38 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectLoader.st,v 1.10 2014-07-08 21:38:38 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__ProjectLoader.st,v 1.10 2014-07-08 21:38:38 cg Exp $'
+    ^ '$Id$'
 ! !