Tools__CheckinInfoDialog.st
branchjv
changeset 16571 cf319f2e56d0
parent 16293 d6b477b1814a
parent 16520 28d1c6375828
child 17134 c4cce8b7a95d
equal deleted inserted replaced
16570:dc5e958a20dc 16571:cf319f2e56d0
   519 
   519 
   520         stopAsking := dialog allowEmptyLogMessage 
   520         stopAsking := dialog allowEmptyLogMessage 
   521                       or:[ (dialog logMessage) withoutSeparators notEmptyOrNil ].
   521                       or:[ (dialog logMessage) withoutSeparators notEmptyOrNil ].
   522         stopAsking ifFalse:[
   522         stopAsking ifFalse:[
   523             warnMessage := (self resources string:'Please enter a description of your changes!!') 
   523             warnMessage := (self resources string:'Please enter a description of your changes!!') 
   524                                 asText 
   524                                 withColor:Color red.
   525                                     colorizeAllWith:Color red.
       
   526         ].
   525         ].
   527         stopAsking
   526         stopAsking
   528     ].
   527     ].
   529     LastReason := dialog checkinReason.
   528     LastReason := dialog checkinReason.
   530     ^ dialog    
   529     ^ dialog