#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jul 2018 12:03:42 +0200
changeset 3580 ab5cebe669d7
parent 3579 a2dc71824029
child 3581 e8ae5a7267d8
#DOCUMENTATION by cg class: ImageEditor comment/format in: #changeHLS
ImageEditor.st
--- 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