diff -r 9400ab00cbfc -r 1671de832c2e MenuItem.st --- 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 !