Tools__SearchDialog.st
changeset 15987 0acdc2c63c1b
parent 15585 7e78350c918a
child 15989 f5bcfbde2c3d
child 16208 8b9148b8d5bf
--- a/Tools__SearchDialog.st	Wed Dec 09 18:57:19 2015 +0100
+++ b/Tools__SearchDialog.st	Mon Dec 14 11:03:47 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2000 by eXept Software AG
 	      All Rights Reserved
@@ -73,6 +71,10 @@
 
 lastStringSearchArea
     ^ LastStringSearchArea
+!
+
+lastStringSearchArea:aSymbol
+    LastStringSearchArea := aSymbol
 ! !
 
 !SearchDialog methodsFor:'accessing'!
@@ -1450,11 +1452,11 @@
 !SearchDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__SearchDialog.st,v 1.88 2015-04-21 14:59:24 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__SearchDialog.st,v 1.88 2015-04-21 14:59:24 cg Exp $'
+    ^ '$Header$'
 ! !