#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 16 Jul 2017 14:04:21 +0200
changeset 6182 46362930b07b
parent 6181 f87b4ee3d071
child 6183 0ba0e432ebaa
#DOCUMENTATION by cg class: YesNoBox changed: #confirm
YesNoBox.st
--- 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