ImageEditor.st
changeset 3505 a7aec486480c
parent 3497 632e25674f39
child 3506 86a5f1bf58fe
--- 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