ImageEditor.st
changeset 1776 0f340ebe25d4
parent 1774 cb9832e71cae
child 1793 3b84c2fbd6b1
--- a/ImageEditor.st	Fri Dec 19 13:33:44 2003 +0100
+++ b/ImageEditor.st	Thu Jan 08 23:40:15 2004 +0100
@@ -3566,7 +3566,7 @@
 
         (aMode asString endsWith:'mask') ifTrue:[
             image mask isNil ifTrue:[
-                (self confirm:'Generate mask from black ?') ifTrue:[
+                (Dialog confirm:'Generate mask from black ?' default:false) ifTrue:[
                     maskThreshold := 0.1.
                     maskImage := Depth1Image fromImage:(image asThresholdMonochromeImage:maskThreshold). 
                 ] ifFalse:[