#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:05:31 +0200
changeset 16513 47d46f573bb1
parent 16512 9d06c889f22f
child 16514 0a071f68ea56
#OTHER by cg colorizeAllWith -> withColor
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Mon May 09 10:05:30 2016 +0200
+++ b/FileApplicationNoteBook.st	Mon May 09 10:05:31 2016 +0200
@@ -4633,8 +4633,7 @@
     self notify:'shell in ' , self fileName asString, ' finished'.
     terminalView cr.
 
-    text := '>> shell terminated.' allBold.
-    text colorizeAllWith:Color red.
+    text := '>> shell terminated.' allBold withColor:#red.
     terminalView nextPutAll:text.
 !