ActiveHelp.st
changeset 4254 e049f2bf3786
parent 4251 159146f89764
child 4262 b69be50550bb
--- a/ActiveHelp.st	Fri Mar 29 14:16:00 2019 +0100
+++ b/ActiveHelp.st	Sat Mar 30 12:41:45 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -978,7 +976,7 @@
     "/ nil-text is also passed down, to give it a chance
     "/ to clean its infoDisplay.
 
-    (aView isKindOf:CheckToggle) ifTrue:[self halt].
+    "/ (aView isKindOf:CheckToggle) ifTrue:[self halt].
     top := aView topView.
     (app := aView application) notNil ifTrue:[
         (app showActiveHelp:text for:aView) ifTrue:[
@@ -986,7 +984,7 @@
         ]
     ].
 
-    "Modified: / 27-02-2019 / 11:15:48 / Claus Gittinger"
+    "Modified: / 30-03-2019 / 12:41:00 / Claus Gittinger"
 !
 
 stopHelpDisplayProcess