FileApplicationNoteBook.st
branchjv
changeset 16571 cf319f2e56d0
parent 16147 fb39152235e3
parent 16513 47d46f573bb1
child 16638 5c5862fafec7
--- a/FileApplicationNoteBook.st	Mon May 09 21:47:57 2016 +0200
+++ b/FileApplicationNoteBook.st	Thu May 12 08:33:55 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.
 !