*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 29 Oct 2007 17:06:13 +0100
changeset 2190 5bb9504b58bd
parent 2189 2ee8670e6307
child 2191 88d55c87942d
*** empty log message ***
ImageEditor.st
--- 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