# HG changeset patch # User Claus Gittinger # Date 1511883576 -3600 # Node ID 86a5f1bf58fe7f45b0e40083e72639ec582d36f7 # Parent a7aec486480ccda8b27d1d1c2af13bf23a5e6aab #UI_ENHANCEMENT by cg class: ImageEditor changed: #colorMapMode: diff -r a7aec486480c -r 86a5f1bf58fe ImageEditor.st --- a/ImageEditor.st Tue Nov 28 16:10:04 2017 +0100 +++ b/ImageEditor.st Tue Nov 28 16:39:36 2017 +0100 @@ -6918,7 +6918,7 @@ colorMapMode value:prevMode. self findColorMapMode. self warn:(resources - stringWithCRs:'Too many used colors (%1) in image.\\You should choose one of:\\- convert the image to grey\- reduce the number of colors\- dither to depth\- choose another depth' + stringWithCRs:'Too many used colors (%1) in image.\\You should choose one of:\\- convert the image to gray\- reduce the number of colors\- dither to depth\- choose another depth' with: oldImage realUsedColors size ). ^ self "/ (self confirm:('Too many used colors in image (', oldImage usedColors size printString , ').\\Dither ?' withCRs)) @@ -7084,7 +7084,7 @@ ] ] - "Modified: / 28-11-2017 / 16:09:46 / cg" + "Modified: / 28-11-2017 / 16:39:03 / cg" ! colorize