#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 10 Aug 2018 11:39:39 +0200
changeset 4166 a45838209337
parent 4165 15cc5643f1b0
child 4167 3ebfb7658859
#DOCUMENTATION by cg class: MenuItem comment/format in: #activeHelpKey:
MenuItem.st
--- a/MenuItem.st	Fri Aug 10 11:36:46 2018 +0200
+++ b/MenuItem.st	Fri Aug 10 11:39:39 2018 +0200
@@ -322,11 +322,11 @@
 activeHelpKey:aKey
     "the key used as index (and argument) to the helpSpec.
      New: may also be an association; then the assoc's key is the help-text provider,
-     and the assoc's value is the key in tha provider's helpspec."
+     and the assoc's value is the key in that provider's helpspec."
 
     activeHelpKey := aKey
 
-    "Modified (comment): / 10-08-2018 / 11:28:04 / Claus Gittinger"
+    "Modified (comment): / 10-08-2018 / 11:39:30 / Claus Gittinger"
 !
 
 argument