NewLauncher.st
changeset 9037 212576a989f3
parent 9017 748b38eaf8cb
child 9072 c6750a580e2f
--- a/NewLauncher.st	Thu Oct 22 14:41:32 2009 +0200
+++ b/NewLauncher.st	Thu Oct 22 14:41:58 2009 +0200
@@ -3603,7 +3603,7 @@
     makeInfoString := [:title :value |
             (resources string:title) allBold
             ,': '
-            ,(value asText colorizeAllWith:(Color blue darkened))
+            ,(value colorizeAllWith:(Color blue darkened))
             ,' '
         ].
 
@@ -4675,9 +4675,9 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.394 2009-10-20 22:55:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.395 2009-10-22 12:41:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.394 2009-10-20 22:55:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.395 2009-10-22 12:41:58 cg Exp $'
 ! !