#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Thu, 30 May 2019 09:44:58 +0200
changeset 3673 b7e9a220c733
parent 3672 d300b29bd8d6
child 3674 693d13243c07
#BUGFIX by cg class: FlyByWindowInformation changed: #helpTextFor:at:
FlyByWindowInformation.st
--- a/FlyByWindowInformation.st	Wed May 29 03:28:15 2019 +0000
+++ b/FlyByWindowInformation.st	Thu May 30 09:44:58 2019 +0200
@@ -283,7 +283,7 @@
                 
                 (item := aView itemAt:aPointOrNil) notNil ifTrue:[
                     (helpKey := item activeHelpKey) notNil ifTrue:[
-                        s nextPutLine:(resources string:'HelpKey: %1' with:helpKey allBold).
+                        s nextPutLine:(resources string:'HelpKey: %1' with:helpKey asString allBold).
                     ].
                     (itemValue := item itemValue) isSymbol ifTrue:[
                         s nextPutLine:(resources string:'Action: %1' with:itemValue allBold).
@@ -347,7 +347,7 @@
     "
 
     "Modified: / 12-11-2010 / 11:54:59 / cg"
-    "Modified: / 01-08-2018 / 07:43:22 / Claus Gittinger"
+    "Modified: / 30-05-2019 / 09:37:19 / Claus Gittinger"
 ! !
 
 !FlyByWindowInformation methodsFor:'private'!