lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master bf1d751 1/2: Make several column headers narr


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bf1d751 1/2: Make several column headers narrower
Date: Fri, 27 Apr 2018 21:21:59 -0400 (EDT)

branch: master
commit bf1d751fce64f47750de5c60b160bcb65dbfd122
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make several column headers narrower
---
 ledger_evaluator.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ledger_evaluator.cpp b/ledger_evaluator.cpp
index f616ab3..a80a5f6 100644
--- a/ledger_evaluator.cpp
+++ b/ledger_evaluator.cpp
@@ -169,9 +169,9 @@ ledger_evaluator Ledger::make_evaluator() const
     title_map["AVRelOnDeath_Current"            ] = 
"Account\nValue\nReleased\non Death";
     title_map["AVSepAcct_CurrentZero"           ] = "Curr Charges\n0% 
Account\nValue\nSep Acct";
     title_map["AVSepAcct_GuaranteedZero"        ] = "Guar Charges\n0% 
Account\nValue\nSep Acct";
-    title_map["AcctVal_Current"                 ] = "Curr Account\nValue";
+    title_map["AcctVal_Current"                 ] = "Curr\nAccount\nValue";
     title_map["AcctVal_CurrentZero"             ] = "Curr Charges\n0% 
Account\nValue";
-    title_map["AcctVal_Guaranteed"              ] = "Guar Account\nValue";
+    title_map["AcctVal_Guaranteed"              ] = "Guar\nAccount\nValue";
     title_map["AcctVal_GuaranteedZero"          ] = "Guar Charges\n0% 
Account\nValue";
     title_map["AddonCompOnAssets"               ] = "Additional\nComp 
on\nAssets";
     title_map["AddonCompOnPremium"              ] = "Additional\nComp 
on\nPremium";
@@ -257,7 +257,7 @@ ledger_evaluator Ledger::make_evaluator() const
     title_map["NetPmt_Current"                  ] = "Curr Net\nPayment";
     title_map["NetPmt_Guaranteed"               ] = "Guar Net\nPayment";
     title_map["NetWD"                           ] = "Withdrawal";
-    title_map["NewCashLoan"                     ] = "Annual Loan";
+    title_map["NewCashLoan"                     ] = "Annual\nLoan";
     title_map["Outlay"                          ] = "Net Outlay";
     title_map["PartMortTableMult"               ] = 
"Partial\nMortality\nMuliplier";
     title_map["PolicyFee_Current"               ] = "Curr\nPolicy\nFee";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]