FlyByHelp.st
changeset 3293 93e32df9e2bc
parent 3258 b0c9d06f22ef
child 3321 e749388a10b8
--- a/FlyByHelp.st	Thu Feb 27 16:03:10 2014 +0100
+++ b/FlyByHelp.st	Thu Feb 27 16:03:19 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 actve. Must check after we have determined the view under the pointer
+    "/ which is always actvie. 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.64 2013-11-26 23:50:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.65 2014-02-27 15:03:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.64 2013-11-26 23:50:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.65 2014-02-27 15:03:19 cg Exp $'
 ! !