FlyByHelp.st
changeset 4114 4b0db85537e0
parent 4111 f42780e51cc1
child 4119 eaee0352efdd
--- a/FlyByHelp.st	Thu Jun 07 11:11:21 2018 +0200
+++ b/FlyByHelp.st	Thu Jun 07 11:12:15 2018 +0200
@@ -16,10 +16,10 @@
 "{ NameSpace: Smalltalk }"
 
 ActiveHelp subclass:#FlyByHelp
-	instanceVariableNames:'currentFrame currentView currentHelpView showProcess closeProcess'
-	classVariableNames:'MaxNumberOfLines MaxNumberOfColumns'
-	poolDictionaries:''
-	category:'Interface-Help'
+        instanceVariableNames:'currentFrame currentView currentHelpView showProcess closeProcess'
+        classVariableNames:'MaxNumberOfLines MaxNumberOfColumns'
+        poolDictionaries:''
+        category:'Interface-Help'
 !
 
 !FlyByHelp class methodsFor:'documentation'!
@@ -441,7 +441,7 @@
     lastHelpText := aHelpText.
     helpTextShown := aHelpText.
     "/ the text originator must already have generated CRs;
-    "/ no longer done here (otherwise, we could not generate tooltips with windows filenames in it)
+    "/ no longer done here (otherwise, we could not generate tooltips with Windows filenames in it)
     textLines := helpTextShown isStringCollection 
                     ifTrue:[helpTextShown]
                     ifFalse:[ 
@@ -531,6 +531,7 @@
     "Modified: / 31-08-1995 / 19:20:45 / claus"
     "Modified: / 06-06-2017 / 15:06:41 / cg"
     "Modified (format): / 16-04-2018 / 17:29:10 / stefan"
+    "Modified (comment): / 07-06-2018 / 10:34:02 / Claus Gittinger"
 !
 
 stopHelpDisplayProcess