Tools__MethodRewriter.st
changeset 18391 84485dc3aeb8
parent 18154 c4719a869809
child 18662 06a102f5afb9
--- a/Tools__MethodRewriter.st	Tue Sep 18 12:29:43 2018 +0200
+++ b/Tools__MethodRewriter.st	Tue Sep 18 12:33:15 2018 +0200
@@ -1233,7 +1233,7 @@
     self replacePattern isEmptyOrNil ifTrue:[
         (Dialog confirm:(resources stringWithCRs:'No replace-pattern given.\\Proceed to delete that code.')
         ) ifFalse:[
-            AbortSignal raise
+            AbortOperationRequest raise
         ].
     ].
 
@@ -1246,6 +1246,7 @@
     "Created: / 12-12-2007 / 11:14:19 / janfrog"
     "Modified: / 22-03-2012 / 18:23:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 24-05-2018 / 14:35:06 / Claus Gittinger"
+    "Modified: / 18-09-2018 / 12:32:35 / Stefan Vogel"
 !
 
 doSearchAction