diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-14 13:56:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-14 16:46:37 +0000 |
commit | b1f7c093a26cc66425bb234d24256012df0d03fd (patch) | |
tree | 2024a6201a778cfd56b661c1e264ebb7d46b4f82 /scaddins/source/pricing/pricing.src | |
parent | 83d062b710c507595c1284f710509aa16c75af86 (diff) |
unwind RID_PRICING_FUNCTION_NAMES local resource
Change-Id: I3da1caed4b6c91acdabe16d98e6d43bf5dc32247
Diffstat (limited to 'scaddins/source/pricing/pricing.src')
-rw-r--r-- | scaddins/source/pricing/pricing.src | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/scaddins/source/pricing/pricing.src b/scaddins/source/pricing/pricing.src index 1149376e44e1..8fd4e68d07a2 100644 --- a/scaddins/source/pricing/pricing.src +++ b/scaddins/source/pricing/pricing.src @@ -399,15 +399,25 @@ Resource RID_PRICING_FUNCTION_DESCRIPTIONS }; // function names as accessible from cells -StringArray RID_PRICING_FUNCTION_NAMES + +String PRICING_FUNCNAME_OptBarrier { - ItemList [ en-US ] = - { - < "OPT_BARRIER"; PRICING_FUNCNAME_OptBarrier ; >; - < "OPT_TOUCH"; PRICING_FUNCNAME_OptTouch ; >; - < "OPT_PROB_HIT"; PRICING_FUNCNAME_OptProbHit ; >; - < "OPT_PROB_INMONEY"; PRICING_FUNCNAME_OptProbInMoney ; >; - }; + Text [ en-US ] = "OPT_BARRIER"; +}; + +String PRICING_FUNCNAME_OptTouch +{ + Text [ en-US ] = "OPT_TOUCH"; +}; + +String PRICING_FUNCNAME_OptProbHit +{ + Text [ en-US ] = "OPT_PROB_HIT"; +}; + +String PRICING_FUNCNAME_OptProbInMoney +{ + Text [ en-US ] = "OPT_PROB_INMONEY"; }; // These were originally meant to be able to load Excel documents that for |