FlyByHelp.st
branchjv
changeset 4466 3b8a4268bdcd
parent 4132 7e5528572373
--- a/FlyByHelp.st	Fri Sep 17 23:06:42 2021 +0100
+++ b/FlyByHelp.st	Thu Nov 04 10:54:56 2021 +0100
@@ -1,6 +1,7 @@
 "
  COPYRIGHT (c) 2001 by eXept Software AG
  COPYRIGHT (c) 2016 Jan Vrany
+ COPYRIGHT (c) 2021 svestkap
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -27,6 +28,7 @@
 "
  COPYRIGHT (c) 2001 by eXept Software AG
  COPYRIGHT (c) 2016 Jan Vrany
+ COPYRIGHT (c) 2021 svestkap
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -76,7 +78,9 @@
      it takes too long to parse...
      The returned time is given in ms"
 
-    ^ 300
+    ^ 1000
+
+    "Modified: / 04-11-2021 / 10:51:54 / svestkap"
 ! !
 
 !FlyByHelp methodsFor:'event handling'!