diff -r 66e895f34b9b -r 7979a71001d0 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 ] ].