# HG changeset patch # User Claus Gittinger # Date 1242680327 -7200 # Node ID 3fa0fde65f75f4c5f4ac12e427384cf98685724f # Parent ded6eb784054efd2b8416133859c463dc09bfe12 *** empty log message *** diff -r ded6eb784054 -r 3fa0fde65f75 ImageEditor.st --- a/ImageEditor.st Mon May 18 15:51:32 2009 +0200 +++ b/ImageEditor.st Mon May 18 22:58:47 2009 +0200 @@ -1630,7 +1630,7 @@ ) (MenuItem enabled: hasColormap - label: 'Pick and Add Color' + label: 'Pick and Add Color...' itemValue: pickAndAddColorToColormap translateLabel: true ) @@ -1651,7 +1651,7 @@ ) (MenuItem enabled: hasColormap - label: 'Pick and Paste Color' + label: 'Pick and Paste Color...' itemValue: pickAndPasteColor translateLabel: true ) @@ -1665,7 +1665,7 @@ ) (MenuItem enabled: hasColormap - label: 'Edit Color' + label: 'Edit Color...' itemValue: editSelectedColor translateLabel: true )