AbortSignal -> AbortOperationRequest
authorStefan Vogel <sv@exept.de>
Thu, 23 Jan 2014 17:11:19 +0100
changeset 15900 ef5a31a78db8
parent 15899 4dcd8c4200b0
child 15901 6202bd600f65
AbortSignal -> AbortOperationRequest
Rectangle.st
--- a/Rectangle.st	Thu Jan 23 15:01:49 2014 +0100
+++ b/Rectangle.st	Thu Jan 23 17:11:19 2014 +0100
@@ -267,7 +267,7 @@
 
 fromUser
     "let user specify a rectangle on the screen, return it.
-     If the user presses ESC, an AbortSignal is raised."
+     If the user presses ESC, an AbortOperationRequest is raised."
 
     ^ Screen current rectangleFromUser
 
@@ -1821,10 +1821,10 @@
 !Rectangle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.86 2013-12-04 10:01:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.87 2014-01-23 16:11:19 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.86 2013-12-04 10:01:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.87 2014-01-23 16:11:19 stefan Exp $'
 ! !