*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 09 Jan 2006 11:38:28 +0100
changeset 1952 73a141744891
parent 1951 9ad40a628278
child 1953 3b5022bccca4
*** empty log message ***
ImageEditor.st
--- a/ImageEditor.st	Mon Jan 09 11:37:29 2006 +0100
+++ b/ImageEditor.st	Mon Jan 09 11:38:28 2006 +0100
@@ -3176,8 +3176,8 @@
 !ImageEditor methodsFor:'data access'!
 
 atColor:anOldColor put:newColor
-    "a color changed to a new color
-    "
+    "a color changed to a new color"
+
     |index list oldColor image newImage oldSel|
 
     list  := self listOfColors.