UIPainterView.st
changeset 3067 4fc07457aef3
parent 3055 db492f86c9b1
child 3083 0d6e497eb85f
--- 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].