#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:08:45 +0200
changeset 16519 0a978c516824
parent 16518 ab9db39ef152
child 16520 28d1c6375828
#OTHER by cg colorizeAllWith -> withColor
PerforceSourceCodeManagerUtilities.st
--- a/PerforceSourceCodeManagerUtilities.st	Mon May 09 10:08:40 2016 +0200
+++ b/PerforceSourceCodeManagerUtilities.st	Mon May 09 10:08:45 2016 +0200
@@ -950,9 +950,9 @@
         stopAsking := dialog allowEmptyLogMessage 
                       or:[ dialog logMessage withoutSeparators notEmptyOrNil ].
         stopAsking ifFalse:[
-            warnMessage := (self resources string:'Please enter a description of your changes!!') 
-                                asText 
-                                    colorizeAllWith:Color red.
+            warnMessage := (self resources 
+                                string:'Please enter a description of your changes!!') 
+                                    withColor:Color red.
         ].
         stopAsking
     ].
@@ -1339,9 +1339,9 @@
         stopAsking := dialog allowEmptyLogMessage 
                       or:[ dialog logMessage withoutSeparators notEmptyOrNil ].
         stopAsking ifFalse:[
-            warnMessage := (self resources string:'Please enter a description of your changes!!') 
-                                asText 
-                                    colorizeAllWith:Color red.
+            warnMessage := (self resources 
+                                string:'Please enter a description of your changes!!') 
+                                    withColor:Color red.
         ].
         stopAsking
     ].
@@ -1376,9 +1376,9 @@
         stopAsking := dialog allowEmptyLogMessage 
                       or:[ dialog logMessage withoutSeparators notEmptyOrNil ].
         stopAsking ifFalse:[
-            warnMessage := (self resources string:'Please enter a description of your changes!!') 
-                                asText 
-                                    colorizeAllWith:Color red.
+            warnMessage := (self resources 
+                                string:'Please enter a description of your changes!!') 
+                                    withColor:Color red.
         ].
         stopAsking
     ].