diff -r 4ecde43a73d6 -r 92d3ec7850cd ImageEditor.st --- a/ImageEditor.st Tue Feb 26 13:59:45 2002 +0100 +++ b/ImageEditor.st Fri Mar 15 23:20:39 2002 +0100 @@ -2255,7 +2255,7 @@ !ImageEditor methodsFor:'queries'! hasMask - ^ colorMapMode notNil and:[colorMapMode value endsWith:'mask'] + ^ colorMapMode value notNil and:[colorMapMode value endsWith:'mask'] "Created: / 18.8.1998 / 17:17:38 / cg" !