delegate valueOfInfoLabel to masterApplication if exists
authorca
Tue, 08 Feb 2000 17:32:36 +0100
changeset 1336 3c84dc6f8d4b
parent 1335 b80f8c8ec3d6
child 1337 546e42b47b41
delegate valueOfInfoLabel to masterApplication if exists
UIHelpTool.st
--- a/UIHelpTool.st	Tue Feb 08 17:10:58 2000 +0100
+++ b/UIHelpTool.st	Tue Feb 08 17:32:36 2000 +0100
@@ -607,6 +607,14 @@
     ].
     ^ holder
 
+!
+
+valueOfInfoLabel
+
+    masterApplication notNil ifTrue:[
+        ^ masterApplication valueOfInfoLabel
+    ].
+    ^ super valueOfInfoLabel
 ! !
 
 !UIHelpTool methodsFor:'building'!