ImageEditView.st
changeset 5472 f87d19419651
parent 5468 2ca6776b4271
child 5480 4333dad478a5
--- a/ImageEditView.st	Mon Feb 13 20:40:37 2017 +0100
+++ b/ImageEditView.st	Mon Feb 13 20:49:13 2017 +0100
@@ -1415,7 +1415,7 @@
             true "/ image photometric == #palette 
             ifTrue:[
                 "/ for all colors in the pasted image,
-                "/ check, if its in the colormap of the
+                "/ check, if it's in the colormap of the
                 "/ target image.
 
                 anyColorMissing := anyColorAdded := false.
@@ -1599,6 +1599,7 @@
    ]
 
     "Modified: / 03-02-2017 / 17:10:05 / cg"
+    "Modified (format): / 13-02-2017 / 20:22:57 / cg"
 !
 
 pasteUnderAt: aPoint