# HG changeset patch # User Claus Gittinger # Date 926266799 -7200 # Node ID 7979a71001d003efc3d328f5bae6265cf64f6135 # Parent 66e895f34b9b37a97ac18b275981eb6ee402a30a checkin from browser 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 ] ].