#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Nov 2017 16:10:04 +0100
changeset 3505 a7aec486480c
parent 3504 6a124eee18b5
child 3506 86a5f1bf58fe
#BUGFIX by cg class: ImageEditor changed: #colorMapMode:
ImageEditor.st
--- a/ImageEditor.st	Sat Nov 25 13:35:08 2017 +0100
+++ b/ImageEditor.st	Tue Nov 28 16:10:04 2017 +0100
@@ -6961,7 +6961,7 @@
                                     confirmWithCancel:(resources 
                                                            stringWithCRs:'Not all colors are present in the new colormap.\\Map missing ones to nearest (or map to first color) ?'
                                                        ) 
-                                    labels:(resources string:#('Cancel' 'First' 'Nearest')).
+                                    labels:(resources array:#('Cancel' 'First' 'Nearest')).
                 useNearest isNil ifTrue:[
                     colorMapMode value:prevMode.
                     ^ self   "/ cancel
@@ -7084,7 +7084,7 @@
         ]
     ]
 
-    "Modified: / 31-08-2017 / 14:41:06 / cg"
+    "Modified: / 28-11-2017 / 16:09:46 / cg"
 !
 
 colorize