CVSSourceCodeManagementSettingsAppl.st
branchjv
changeset 16571 cf319f2e56d0
parent 16156 9b9fa51009d2
parent 16518 ab9db39ef152
child 16689 70b43a6c4755
--- a/CVSSourceCodeManagementSettingsAppl.st	Mon May 09 21:47:57 2016 +0200
+++ b/CVSSourceCodeManagementSettingsAppl.st	Thu May 12 08:33:55 2016 +0200
@@ -813,7 +813,7 @@
     rootLocal := cvsRoot withoutPrefix:':local:'.
     rootLocal := rootLocal asFilename asAbsoluteFilename pathName.
 "/ self halt.
-    term showCR:(('Close this terminal window, when finished') allBold colorizeAllWith:Color red).
+    term showCR:(('Close this terminal window, when finished') withColor:#red).
     term showCR:''.
     term endEntry.
 
@@ -851,7 +851,7 @@
         "/ term topView destroy
     ].
 
-    term showCR:(('Please enter the CVS-password then close this terminal window.') allBold colorizeAllWith:Color red).
+    term showCR:(('Please enter the CVS-password then close this terminal window.') withColor:#red).
     term showCR:''.
     term endEntry.