class: DialogBox
authorClaus Gittinger <cg@exept.de>
Wed, 18 Mar 2015 19:19:41 +0100
changeset 5321 c557eb17f557
parent 5320 d2421b362731
child 5322 11de8c9ecdde
class: DialogBox changed: #confirmWithCancel: default should be the ok button (when pressing return)
DialogBox.st
--- a/DialogBox.st	Fri Mar 13 11:20:10 2015 +0100
+++ b/DialogBox.st	Wed Mar 18 19:19:41 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -1710,7 +1708,7 @@
 
     ^ self  
         confirmWithCancel:aString 
-        default:nil 
+        default:true 
         title:nil
 
     "
@@ -10324,11 +10322,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.367 2015-02-27 14:12:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.368 2015-03-18 18:19:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.367 2015-02-27 14:12:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.368 2015-03-18 18:19:41 cg Exp $'
 ! !