FlyByHelp.st
changeset 4445 c13b57452d79
parent 4441 f6cdf309a539
child 4446 850c1c852913
--- a/FlyByHelp.st	Fri Feb 21 12:21:06 2020 +0100
+++ b/FlyByHelp.st	Fri Feb 21 12:21:31 2020 +0100
@@ -635,9 +635,11 @@
             true "(text notNil and:[text ~= key])" ifTrue:[
                 "/ Transcript showCR:'via helpKey'; showCR:text.
                 ^ text
-            ]    
+            ].    
+            "/ Transcript showCR:'no help for "%1" in view %2' with:key with:aView.
         ].
     ].
+    "/ Transcript showCR:'no help for view %1' with:aView.
     ^ nil.
 
     "Modified: / 09-01-2018 / 17:38:42 / stefan"