ImageEditor.st
changeset 3580 ab5cebe669d7
parent 3562 dc310a9c9b19
child 3586 87081b50bb22
--- a/ImageEditor.st	Sat Jul 28 10:08:42 2018 +0200
+++ b/ImageEditor.st	Sat Jul 28 12:03:42 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997-1998 by eXept Software AG
               All Rights Reserved
@@ -5827,8 +5825,8 @@
         resourceSelector notNil ifTrue:[
             ^ resources 
                     string:(self modified 
-                            ifTrue:['ImageEditor (modified): %1 » %2']
-                            ifFalse:['ImageEditor: %1 » %2'])
+                            ifTrue:['ImageEditor (modified): %1 » %2']
+                            ifFalse:['ImageEditor: %1 » %2'])
                     with:resourceClass name
                     with:resourceSelector
         ].
@@ -5861,8 +5859,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
         ].
@@ -6770,7 +6768,7 @@
     ].
 
     "Modified: / 28-08-2017 / 13:05:35 / cg"
-    "Modified: / 27-05-2018 / 12:26:50 / Claus Gittinger"
+    "Modified: / 28-07-2018 / 10:35:37 / Claus Gittinger"
 !
 
 changeHLSOfColors:colorsToShift