Tools__MethodRewriter.st
branchjv
changeset 13182 bc686a7cc736
parent 12431 9f0c59c742d5
parent 13160 31e3fbda8ec5
child 15566 184cea584be5
--- a/Tools__MethodRewriter.st	Mon Jul 15 13:16:46 2013 +0100
+++ b/Tools__MethodRewriter.st	Tue Jul 16 17:18:09 2013 +0100
@@ -131,7 +131,7 @@
     ^Array 
         with:('Replace ','self halt'allBold,' by ','self error:''was: self halt''' allBold)
         with: 'self halt'
-        with: 'self error:''was: self error'''
+        with: 'self error:''was: self halt'''
 
     "Created: / 12-12-2007 / 11:29:51 / janfrog"
     "Modified: / 17-02-2008 / 08:35:09 / janfrog"
@@ -1079,7 +1079,7 @@
 !MethodRewriter class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.16 2012-08-03 19:21:17 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.17 2013-07-13 20:22:27 cg Exp $'
 !
 
 version_HG
@@ -1088,6 +1088,6 @@
 !
 
 version_SVN
-    ^ '§Id: Tools__MethodRewriter.st 7486 2009-10-26 22:06:24Z vranyj1 §'
+    ^ '$Id: Tools__MethodRewriter.st,v 1.17 2013-07-13 20:22:27 cg Exp $'
 ! !