#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:48:16 +0200
changeset 19088 588a287d8acd
parent 19087 df9f118468cf
child 19089 ab957ca7680d
#OTHER by exept use allRed and allGray
PerforceSourceCodeManagerUtilities.st
--- a/PerforceSourceCodeManagerUtilities.st	Fri Aug 30 10:47:56 2019 +0200
+++ b/PerforceSourceCodeManagerUtilities.st	Fri Aug 30 10:48:16 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -951,8 +953,7 @@
                       or:[ dialog logMessage withoutSeparators notEmptyOrNil ].
         stopAsking ifFalse:[
             warnMessage := (self resources 
-                                string:'Please enter a description of your changes!!') 
-                                    withColor:Color red.
+                                string:'Please enter a description of your changes!!') allRed.
         ].
         stopAsking
     ].
@@ -1340,8 +1341,7 @@
                       or:[ dialog logMessage withoutSeparators notEmptyOrNil ].
         stopAsking ifFalse:[
             warnMessage := (self resources 
-                                string:'Please enter a description of your changes!!') 
-                                    withColor:Color red.
+                                string:'Please enter a description of your changes!!') allRed.
         ].
         stopAsking
     ].
@@ -1377,8 +1377,7 @@
                       or:[ dialog logMessage withoutSeparators notEmptyOrNil ].
         stopAsking ifFalse:[
             warnMessage := (self resources 
-                                string:'Please enter a description of your changes!!') 
-                                    withColor:Color red.
+                                string:'Please enter a description of your changes!!') allRed.
         ].
         stopAsking
     ].