FlyByHelp.st
changeset 1768 7011c938442e
parent 1677 dc49ab70b762
child 1802 ef3539bf86b7
--- a/FlyByHelp.st	Wed May 07 16:41:18 2003 +0200
+++ b/FlyByHelp.st	Wed May 07 16:43:08 2003 +0200
@@ -164,7 +164,7 @@
     ^ super interestedIn:aView
 ! !
 
-!FlyByHelp methodsFor:'show / hide help'!
+!FlyByHelp methodsFor:'show & hide help'!
 
 hideHelp
     "hide the help text"
@@ -270,7 +270,7 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.8 2002-12-09 17:50:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.9 2003-05-07 14:43:08 cg Exp $'
 ! !
 
 FlyByHelp initialize!