ApplicationModel.st
changeset 2088 3113857c38a9
parent 2087 69abec0dd510
child 2094 bbddf66ad97c
--- a/ApplicationModel.st	Fri Jan 20 16:29:11 2006 +0100
+++ b/ApplicationModel.st	Mon Jan 23 17:12:25 2006 +0100
@@ -1182,9 +1182,9 @@
      key is the symbol associated with some widget or menu item.
      (from my flyByHelpSpec); return a language variant (if available)"
 
-    |helpText helpSpec resourceArgs|
-
-    helpSpec := self basicFlyByHelpTextForKey:aKey.
+    |helpText resourceArgs|
+
+    helpText := self basicFlyByHelpTextForKey:aKey.
 
     (resources notNil and:[helpText notNil]) ifTrue:[
         "/ translate.
@@ -2901,7 +2901,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.218 2006-01-20 15:29:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.219 2006-01-23 16:12:25 cg Exp $'
 ! !
 
 ApplicationModel initialize!