# HG changeset patch # User Claus Gittinger # Date 1215617416 -7200 # Node ID fc1d2b481b6e1250f9b603eb051056b1c4f08a2a # Parent 35e21e2e29a6f9758b4d607611f9bf274dbc3fcf *** empty log message *** diff -r 35e21e2e29a6 -r fc1d2b481b6e FlyByHelp.st --- a/FlyByHelp.st Wed Jul 09 14:46:31 2008 +0200 +++ b/FlyByHelp.st Wed Jul 09 17:30:16 2008 +0200 @@ -62,8 +62,8 @@ buttonMotion:buttonAndModifierState x:x y:y view:aView aView == currentHelpView ifTrue:[^ false]. - "/ don' t start tooltip, if this view is not active - aView topView isActive ifFalse:[^ false]. + "/ don't start tooltip, if this view is not active + "/ aView topView isActive ifFalse:[^ false]. ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView ! @@ -294,7 +294,7 @@ !FlyByHelp class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.20 2008-06-27 08:42:22 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.21 2008-07-09 15:30:16 cg Exp $' ! ! FlyByHelp initialize!