checkin from browser
authorClaus Gittinger <cg@exept.de>
Sun, 09 May 1999 18:19:59 +0200
changeset 1123 7979a71001d0
parent 1122 66e895f34b9b
child 1124 2392df0934bc
checkin from browser
ImageEditor.st
--- a/ImageEditor.st	Sat May 08 21:02:24 1999 +0200
+++ b/ImageEditor.st	Sun May 09 18:19:59 1999 +0200
@@ -2108,7 +2108,7 @@
                         oldImage depth == 8 ifTrue:[
                             tmpBits := oldImage bits
                         ] ifFalse:[
-                            self warn:'Too many colors in image.'.
+                            self warn:('Too many colors in image ( ', oldImage usedColors size printString , ').').
                             ^ self
                         ]
                     ].