FlyByHelp.st
changeset 3321 e749388a10b8
parent 3293 93e32df9e2bc
child 3334 d334c9dd9b76
--- a/FlyByHelp.st	Fri Mar 28 10:51:55 2014 +0100
+++ b/FlyByHelp.st	Fri Mar 28 14:24:00 2014 +0100
@@ -85,7 +85,7 @@
 
     "/ don't start tooltip, if this view is not active
     "/ does not work, because motion events are reported for the current focus-view,
-    "/ which is always actvie. Must check after we have determined the view under the pointer
+    "/ which is always active. Must check after we have determined the view under the pointer
     "/ aView topView isActive ifFalse:[^ false].
 
     ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView
@@ -453,10 +453,10 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.65 2014-02-27 15:03:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.66 2014-03-28 13:24:00 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.65 2014-02-27 15:03:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.66 2014-03-28 13:24:00 stefan Exp $'
 ! !