FlyByWindowInformation.st
changeset 3673 b7e9a220c733
parent 3583 8eb5579befae
--- 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'!