ImageEditor.st
changeset 2539 3fa0fde65f75
parent 2520 8ee06c8f3f9f
child 2546 b69247f503b8
--- 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
           )