changed: #error:position:to:from:asWarning:
authorClaus Gittinger <cg@exept.de>
Tue, 05 Jul 2011 10:11:47 +0200
changeset 4279 f944300bc0be
parent 4278 b13960d1a2cc
child 4280 61a16b0a99d5
changed: #error:position:to:from:asWarning: oops - warning dialog was confusing
Workspace.st
--- a/Workspace.st	Sun Jul 03 21:53:51 2011 +0200
+++ b/Workspace.st	Tue Jul 05 10:11:47 2011 +0200
@@ -790,8 +790,8 @@
             ] do:[
                 answer := OptionBox
                         request:aString 
-                        buttonLabels:(resources array:#('Continue' "'Keep Selected'" 'Abort' )) 
-                        values:#(true "#keepSelected" false)
+                        buttonLabels:(resources array:#('Abort'  "'Keep Selected'" 'Continue')) 
+                        values:#(false "#keepSelected" true)
                         default:(asWarning ifTrue:true ifFalse:false).
             ].
 "/            box := YesNoBox
@@ -835,7 +835,7 @@
     ^ false
 
     "Created: / 24-11-1995 / 22:56:34 / cg"
-    "Modified: / 03-07-2011 / 19:56:37 / cg"
+    "Modified: / 05-07-2011 / 10:11:11 / cg"
 !
 
 highlightingErrorLine:lineNr do:aBlock
@@ -1897,5 +1897,5 @@
 !Workspace class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.236 2011-07-03 19:53:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.237 2011-07-05 08:11:47 cg Exp $'
 ! !