#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 06 May 2016 12:19:16 +0200
changeset 16461 a3f5e981e592
parent 16460 c8ec3e7fb2e1
child 16462 b6190d4c7f4c
#DOCUMENTATION by cg class: Tools::SearchDialog changed: #flyByHelpTextFor: #helpSpec
Tools__SearchDialog.st
--- a/Tools__SearchDialog.st	Fri May 06 11:52:41 2016 +0200
+++ b/Tools__SearchDialog.st	Fri May 06 12:19:16 2016 +0200
@@ -150,7 +150,7 @@
 'Search string in literal constants; not in source code'
 
 #match
-'Perform a pattern match search, as oposed to an exact string search.\Pattern is a simple GLOB pattern (as in filenames)'
+'Perform a pattern match search, as opposed to an exact string search.\Pattern is a simple GLOB pattern (as in filenames)'
 
 #caseSensitive
 'Perform a case sensitive search (default is to ignore case differences)'
@@ -280,7 +280,6 @@
     |symbolicHelpKey text|
 
     (symbolicHelpKey := aComponent helpKey) notNil ifTrue:[
-    Transcript showCR:symbolicHelpKey.
         text := self class helpSpec at:symbolicHelpKey ifAbsent:[ nil ].
         text notNil ifTrue:[
             ^ NewSystemBrowser classResources stringWithCRs:text.