comment
authorClaus Gittinger <cg@exept.de>
Wed, 10 Oct 2001 19:26:01 +0200
changeset 2437 73cefc7ef213
parent 2436 7c0da88f2af6
child 2438 6406f4444ee4
comment
DialogBox.st
--- a/DialogBox.st	Wed Oct 10 18:16:20 2001 +0200
+++ b/DialogBox.st	Wed Oct 10 19:26:01 2001 +0200
@@ -1406,6 +1406,7 @@
                   default:(#(nil false true) indexOf:default ifAbsent:nil)
     "
      Dialog confirmWithCancel:'really ?' default:false
+     Dialog confirmWithCancel:'really ?' default:true
     "
 !
 
@@ -6931,6 +6932,6 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.170 2001-09-28 14:29:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.171 2001-10-10 17:26:01 cg Exp $'
 ! !
 DialogBox initialize!