ActiveHelp.st
changeset 633 5d162347fac8
parent 632 844b1aaf3eeb
child 634 1d88f55984a2
--- a/ActiveHelp.st	Sat Jun 28 14:06:19 1997 +0200
+++ b/ActiveHelp.st	Sat Jun 28 14:06:53 1997 +0200
@@ -178,7 +178,7 @@
     "Modified: 27.4.1996 / 15:07:27 / cg"
 ! !
 
-!ActiveHelp class methodsFor:'startup'!
+!ActiveHelp class methodsFor:'queries'!
 
 currentHelpListener
     "return the activeHelp listener if activeHelp is turned on, nil otherwise"
@@ -194,7 +194,9 @@
     ^ TheOneAndOnlyHelpListener notNil
 
     "Modified: 27.4.1996 / 15:07:57 / cg"
-!
+! !
+
+!ActiveHelp class methodsFor:'startup'!
 
 start
     "start activeHelp"
@@ -571,6 +573,6 @@
 !ActiveHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.21 1997-06-28 12:06:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.22 1997-06-28 12:06:53 cg Exp $'
 ! !
 ActiveHelp initialize!