MenuItem.st
changeset 4045 1671de832c2e
parent 4037 eecd873be684
child 4054 6ddcaca12fee
--- a/MenuItem.st	Tue Jan 16 16:20:36 2018 +0100
+++ b/MenuItem.st	Tue Jan 16 22:13:56 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -291,13 +289,13 @@
 !
 
 activeHelpKey
-    "the key used as index (and argument) to the help/flyByHelpSpec"
+    "the key used as index (and argument) to the helpSpec"
 
     ^ activeHelpKey
 !
 
 activeHelpKey:aKey
-    "the key used as index (and argument) to the help/flyByHelpSpec"
+    "the key used as index (and argument) to the helpSpec"
 
     activeHelpKey := aKey
 !