#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 24 Aug 2017 17:58:09 +0200
changeset 5579 d1f709b27486
parent 5578 68aef50b064e
child 5580 3f24169c2d32
#DOCUMENTATION by cg class: ImageEditView comment/format in: #saveMethod
ImageEditView.st
--- a/ImageEditView.st	Thu Aug 17 10:12:44 2017 +0200
+++ b/ImageEditView.st	Thu Aug 24 17:58:09 2017 +0200
@@ -3491,7 +3491,7 @@
                     confirmWithCancel:(resources stringWithCRs:'Hint:\\You can save some code space, by converting the image from a depth-%1 to a depth-%2 image first.\(only %3 colors used)\\Convert before saving?'
                                  with:depth with:bestDepth with:numColorsUsed).
                 answer isNil ifTrue:[
-                    "/ cancelled
+                    "/ canceled
                     ^ false
                 ].
                 answer == true ifTrue:[
@@ -3515,7 +3515,7 @@
     ^ true
 
     "Modified: / 31-01-2011 / 18:28:06 / cg"
-    "Modified (comment): / 25-11-2016 / 08:48:44 / cg"
+    "Modified (format): / 24-08-2017 / 15:02:51 / cg"
 !
 
 saveMethodAs