class: DialogBox
authorClaus Gittinger <cg@exept.de>
Thu, 17 Jan 2013 11:49:55 +0100
changeset 4493 626ad6b3a4ed
parent 4492 088b5fba29d0
child 4494 dfe81ebdd5d6
class: DialogBox changed: #keyPress:x:y:
DialogBox.st
--- a/DialogBox.st	Thu Jan 17 11:48:06 2013 +0100
+++ b/DialogBox.st	Thu Jan 17 11:49:55 2013 +0100
@@ -9694,7 +9694,7 @@
 keyPress:aKey x:x y:y
     "return-key duplicates ok-function if acceptReturnAsOK is true"
 
-    <resource: #keyboard (#Return)>
+    <resource: #keyboard (#Return #Escape)>
 
     |b|
 
@@ -9771,11 +9771,12 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.329 2012-03-01 06:50:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.330 2013-01-17 10:49:55 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.329 2012-03-01 06:50:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.330 2013-01-17 10:49:55 cg Exp $'
 ! !
 
+
 DialogBox initialize!