diff options
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 |