class: SystemBrowser
authorClaus Gittinger <cg@exept.de>
Sat, 14 Sep 2013 03:34:26 +0200
changeset 13552 cc3d76d48ddc
parent 13551 14bf77fb569e
child 13553 728eae2b6327
class: SystemBrowser changed: #searchBlockForCode:in:isMethod:
SystemBrowser.st
--- a/SystemBrowser.st	Fri Sep 13 15:41:28 2013 +0200
+++ b/SystemBrowser.st	Sat Sep 14 03:34:26 2013 +0200
@@ -4789,7 +4789,7 @@
 "/^ searchBlock.
 
     errAction := [:str :pos | 
-                    Dialog warn:'Error during parse: ' , str , ' (position ' , pos printString , ')'.
+                    Dialog warn:'Error during pattern parse: ' , str , ' (position ' , pos printString , ')'.
                     ^ nil
                  ].
 
@@ -6509,15 +6509,15 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.335 2013-09-06 18:39:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.336 2013-09-14 01:34:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.335 2013-09-06 18:39:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.336 2013-09-14 01:34:26 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: SystemBrowser.st,v 1.335 2013-09-06 18:39:31 vrany Exp $'
+    ^ '$Id: SystemBrowser.st,v 1.336 2013-09-14 01:34:26 cg Exp $'
 ! !