#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Mon, 11 Jun 2018 10:26:40 +0200
changeset 5798 8450c2d91861
parent 5797 a8f634337522
child 5799 6b5dd8dc6b1b
#QUALITY by cg class: MenuPanel::Item changed: #activeHelpText
MenuPanel.st
--- a/MenuPanel.st	Mon Jun 11 09:58:41 2018 +0200
+++ b/MenuPanel.st	Mon Jun 11 10:26:40 2018 +0200
@@ -7205,7 +7205,7 @@
                 text notNil ifTrue:[^ text].
                 key == key1 ifTrue:[
                     Smalltalk isSmalltalkDevelopmentSystem ifTrue:[
-                        Logger warning:('no help for key: "%1" in spec of "%2"' bindWith:key with:app class name).
+                        ('no help for key: "%1" in spec of "%2"' bindWith:key with:app class name) infoPrintCR.
                     ].    
                 ].    
             ].
@@ -7232,7 +7232,7 @@
     ].    
     ^ text
 
-    "Modified: / 09-06-2018 / 10:50:49 / Claus Gittinger"
+    "Modified: / 11-06-2018 / 10:26:10 / Claus Gittinger"
 !
 
 activeHelpText:aText