changed: #openSearchBoxAndSearch
authorClaus Gittinger <cg@exept.de>
Wed, 21 Mar 2012 11:14:31 +0100
changeset 4405 a3c2ec5d93d7
parent 4404 56ea0037fd42
child 4406 52b9857ca082
changed: #openSearchBoxAndSearch
TextView.st
--- a/TextView.st	Mon Mar 19 11:04:11 2012 +0100
+++ b/TextView.st	Wed Mar 21 11:14:31 2012 +0100
@@ -2061,7 +2061,7 @@
     ] ifFalse:[
         bindings 
             at:#stringWithVariableUnderCursorHolder 
-            put:('Variable (none under cursor)').
+            put:('Variable (none selected)').
     ].
     bindings at:#searchVariable put:searchVariableHolder.
 
@@ -4502,11 +4502,11 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.331 2012-03-08 13:31:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.332 2012-03-21 10:14:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.331 2012-03-08 13:31:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.332 2012-03-21 10:14:31 cg Exp $'
 ! !
 
 TextView initialize!