# HG changeset patch # User Claus Gittinger # Date 1532772222 -7200 # Node ID ab5cebe669d7f5c351ea1ab1cd4b3f288f42e673 # Parent a2dc718240296c9b94033d20ddce6611a9fa00b5 #DOCUMENTATION by cg class: ImageEditor comment/format in: #changeHLS diff -r a2dc71824029 -r ab5cebe669d7 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