YesNoBox.st
changeset 6182 46362930b07b
parent 6174 a277e382f81d
child 6331 08ac4c72de00
--- a/YesNoBox.st	Fri Jul 14 10:00:20 2017 +0200
+++ b/YesNoBox.st	Sun Jul 16 14:04:21 2017 +0200
@@ -289,10 +289,14 @@
     self yesAction:[^ true] noAction:[^ false].
     self showAtPointer.
     self yesAction:nil noAction:nil. "/ clear actions for earlier release of context
-
+    "/ not reached
+    ^ false
+    
     "
      YesNoBox new confirm
     "
+
+    "Modified (comment): / 16-07-2017 / 14:03:23 / cg"
 !
 
 confirm:aString