diff -r dc5e958a20dc -r cf319f2e56d0 CVSSourceCodeManagementSettingsAppl.st --- 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.