AbortSignal -> AbortOperationRequest
authorStefan Vogel <sv@exept.de>
Thu, 23 Jan 2014 17:12:00 +0100
changeset 3067 4fc07457aef3
parent 3066 a8e197ceebed
child 3068 1b840afa3fd7
AbortSignal -> AbortOperationRequest
UIPainterView.st
--- a/UIPainterView.st	Thu Jan 16 15:32:51 2014 +0100
+++ b/UIPainterView.st	Thu Jan 23 17:12:00 2014 +0100
@@ -1655,7 +1655,7 @@
                     confirm:('Oops - could not create spec for view: %1\\Continue ?' bindWith:aView printString) withCRs
                     noLabel:'Abort')
                 ifFalse:[
-                    AbortSignal raise
+                    AbortOperationRequest raise
                 ].
             ].
             (specsAlready includes:vSpec) ifTrue:[self halt].