ImageEditor.st
changeset 3530 e26aace861c6
parent 3526 d27e02006468
child 3535 e8ad4febf6f4
--- a/ImageEditor.st	Wed Jan 24 10:42:24 2018 +0100
+++ b/ImageEditor.st	Thu Jan 25 21:35:49 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997-1998 by eXept Software AG
               All Rights Reserved
@@ -47,6 +49,9 @@
     It is also used subclasses as a tool to post-process captured screen images and
     bitmaps in expecco.
 
+    The actual drawing functionality is found in ImageEditView;
+    the code here (an appModel) provides nice menus, previews, colormap manipulation etc.
+
     [start with:]
         ImageEditor open
         ImageEditor openOnClass:Icon andSelector:#startIcon
@@ -5693,8 +5698,8 @@
         resourceSelector notNil ifTrue:[
             ^ resources 
                     string:(self modified 
-                            ifTrue:['Image (modified) from: %1 » %2']
-                            ifFalse:['Image from: %1 » %2'])
+                            ifTrue:['Image (modified) from: %1 » %2']
+                            ifFalse:['Image from: %1 » %2'])
                     with:resourceClass name
                     with:resourceSelector
         ].