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 )