ImageEditor.st
changeset 2190 5bb9504b58bd
parent 2174 7beca4d9c93a
child 2192 398c9aba6588
--- a/ImageEditor.st	Tue Oct 23 15:44:22 2007 +0200
+++ b/ImageEditor.st	Mon Oct 29 17:06:13 2007 +0100
@@ -1576,7 +1576,6 @@
             isVisible: false
           )
          (MenuItem
-            enabled: hasColormap
             label: 'Copy Color'
             itemValue: copyColorFromColormap
             translateLabel: true
@@ -1588,7 +1587,6 @@
             translateLabel: true
           )
          (MenuItem
-            enabled: hasColormap
             label: 'Paste Color'
             itemValue: pasteColorIntoColormap
             translateLabel: true
@@ -1633,6 +1631,8 @@
         nil
         nil
       )
+
+    "Modified: / 27-10-2007 / 10:24:00 / cg"
 !
 
 menu