# HG changeset patch # User Claus Gittinger # Date 1122997298 -7200 # Node ID b3d2dab90f9b6ed1b8733ffd50183092de60a77f # Parent c307194083ec49f472a9d18e1fd96c560b5a02c9 *** empty log message *** diff -r c307194083ec -r b3d2dab90f9b ImageEditor.st --- a/ImageEditor.st Tue Aug 02 16:45:36 2005 +0200 +++ b/ImageEditor.st Tue Aug 02 17:41:38 2005 +0200 @@ -4087,11 +4087,11 @@ ]. ! -makeGrayScale +makeGrayScaleImage |anyChange| self withExecuteCursorDo:[ - anyChange := imageEditView makeGrayScale. + anyChange := imageEditView makeGrayScaleImage. anyChange ifFalse:[ Dialog warn:'Image unchanged'. ] ifTrue:[