ImageEditor.st
changeset 1952 73a141744891
parent 1951 9ad40a628278
child 1960 62c7258f3c31
--- 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.