#BUGFIX
authorStefan Vogel <sv@exept.de>
Mon, 14 Dec 2015 11:03:47 +0100
changeset 15987 0acdc2c63c1b
parent 15983 91d46574eaea
child 15988 14e6d298902f
#BUGFIX class: Tools::SearchDialog added: #lastStringSearchArea:
Tools__SearchDialog.st
--- 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$'
 ! !