# HG changeset patch # User Claus Gittinger # Date 1035911539 -3600 # Node ID 8f2059cc287c7c447a001f5ce7a160826b877c70 # Parent 5afc56236859282c298893a67b9f5b10f69377c2 checkin from browser diff -r 5afc56236859 -r 8f2059cc287c ImageEditor.st --- a/ImageEditor.st Tue Oct 29 16:10:35 2002 +0100 +++ b/ImageEditor.st Tue Oct 29 18:12:19 2002 +0100 @@ -224,6 +224,9 @@ #drawModePoint 'Point' +#drawModeSpecial +'Special Operations' + #fileGrabImage 'Pick from Screen.' @@ -344,6 +347,9 @@ #drawModePoint 'Point Drawing Mode.' +#drawModeSpecial +'Special Operations' + #editFlipHorizontal 'Flip the image horizontally.'