#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Mon, 25 Jul 2016 16:22:57 +0200
changeset 5190 516ad18734b2
parent 5189 ff07b0369121
child 5191 61ec3a24b042
#BUGFIX by stefan class: MenuPanel changed: #flyByHelpSpec make sure that a valid Dictionary is answered (fix for FontPanel)
MenuPanel.st
--- a/MenuPanel.st	Sat Jul 23 21:51:13 2016 +0200
+++ b/MenuPanel.st	Mon Jul 25 16:22:57 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
 	      All Rights Reserved
@@ -4485,7 +4483,7 @@
     pluggableHelpSpecProvider notNil ifTrue:[
         ^ pluggableHelpSpecProvider flyByHelpSpec.
     ].    
-    ^ nil
+    ^ Dictionary new.
 !
 
 flyByHelpSpecProvider:aSpecProvider