Tools__CheckinInfoDialog.st
branchjv
changeset 16571 cf319f2e56d0
parent 16293 d6b477b1814a
parent 16520 28d1c6375828
child 17134 c4cce8b7a95d
--- a/Tools__CheckinInfoDialog.st	Mon May 09 21:47:57 2016 +0200
+++ b/Tools__CheckinInfoDialog.st	Thu May 12 08:33:55 2016 +0200
@@ -521,8 +521,7 @@
                       or:[ (dialog logMessage) withoutSeparators notEmptyOrNil ].
         stopAsking ifFalse:[
             warnMessage := (self resources string:'Please enter a description of your changes!!') 
-                                asText 
-                                    colorizeAllWith:Color red.
+                                withColor:Color red.
         ].
         stopAsking
     ].