FlyByHelp.st
changeset 1963 fb6663696d20
parent 1893 f369ffca3d9f
child 2002 cec6022a2d39
--- a/FlyByHelp.st	Fri Mar 12 20:33:58 2004 +0100
+++ b/FlyByHelp.st	Tue Mar 16 15:03:39 2004 +0100
@@ -223,7 +223,7 @@
 
     dev := view graphicsDevice.
 
-    v := ActiveHelpView for:aHelpText withCRs onDevice:dev.
+    v := ActiveHelpView for:aHelpText onDevice:dev.
 
     org := dev pointerPosition.
     org := org + (0@18"24").
@@ -258,8 +258,8 @@
     closeProcess priority:(Processor userSchedulingPriority + 1).
     closeProcess resume.
 
-    "Modified: / 31.8.1995 / 19:20:45 / claus"
-    "Modified: / 10.12.2001 / 21:28:26 / cg"
+    "Modified: / 31-08-1995 / 19:20:45 / claus"
+    "Modified: / 16-03-2004 / 15:27:50 / cg"
 !
 
 stopHelpDisplayProcess
@@ -276,7 +276,7 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.12 2004-01-29 22:49:33 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.13 2004-03-16 14:03:39 cg Exp $'
 ! !
 
 FlyByHelp initialize!