AbstractSettingsApplication.st
changeset 9041 37b016f28530
parent 8972 6ff35da789af
child 9057 94c1b8977ab3
--- a/AbstractSettingsApplication.st	Thu Oct 22 14:43:37 2009 +0200
+++ b/AbstractSettingsApplication.st	Thu Oct 22 14:44:10 2009 +0200
@@ -12401,7 +12401,7 @@
         "/ term topView destroy
     ].
 
-    term showCR:(('Please enter the CVS-password then close this terminal window.') asText allBold colorizeAllWith:Color red).
+    term showCR:(('Please enter the CVS-password then close this terminal window.') allBold colorizeAllWith:Color red).
     term showCR:''.
     term endEntry.
     Delay waitForSeconds:1.
@@ -15353,9 +15353,9 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.332 2009-10-12 18:40:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.333 2009-10-22 12:44:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.332 2009-10-12 18:40:52 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.333 2009-10-22 12:44:10 cg Exp $'
+! !