# HG changeset patch # User Claus Gittinger # Date 920740585 -3600 # Node ID f2d55d34290397b4043343d0a6fe834a5b12c24f # Parent b3994c5e5e2f69e2a73befff64bbfdb930d806ce crob -> crop diff -r b3994c5e5e2f -r f2d55d342903 ImageEditor.st --- a/ImageEditor.st Sat Mar 06 18:12:24 1999 +0100 +++ b/ImageEditor.st Sat Mar 06 18:16:25 1999 +0100 @@ -975,7 +975,7 @@ #label: '-' ) #(#MenuItem - #label: 'Crob' + #label: 'Crop' #translateLabel: true #submenu: #(#Menu @@ -984,7 +984,7 @@ #(#MenuItem #label: 'All' #translateLabel: true - #value: #doCrobAll + #value: #doCropAll #activeHelpKey: #cropAll ) #(#MenuItem @@ -993,25 +993,25 @@ #(#MenuItem #label: 'Left' #translateLabel: true - #value: #doCrobLeft + #value: #doCropLeft #activeHelpKey: #cropLeft ) #(#MenuItem #label: 'Right' #translateLabel: true - #value: #doCrobRight + #value: #doCropRight #activeHelpKey: #cropRight ) #(#MenuItem #label: 'Top' #translateLabel: true - #value: #doCrobTop + #value: #doCropTop #activeHelpKey: #cropTop ) #(#MenuItem #label: 'Bottom' #translateLabel: true - #value: #doCrobBottom + #value: #doCropBottom #activeHelpKey: #cropBottom ) #(#MenuItem @@ -1020,7 +1020,7 @@ #(#MenuItem #label: 'Manual...' #translateLabel: true - #value: #doCrobManual + #value: #doCropManual #activeHelpKey: #cropManual ) ) nil