Tools__ProjectLoader.st
branchjv
changeset 16571 cf319f2e56d0
parent 15566 184cea584be5
parent 16510 55dc7652db5e
--- a/Tools__ProjectLoader.st	Mon May 09 21:47:57 2016 +0200
+++ b/Tools__ProjectLoader.st	Thu May 12 08:33:55 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$'
 ! !