diff options
author | John Wiegley <johnw@newartisans.com> | 2005-04-15 19:40:48 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:08 -0400 |
commit | 35bfc958f22ae233efb12736ee9493382f484276 (patch) | |
tree | f42f0b8736e2d8d2fa7ec1f0feceff7d543a0047 | |
parent | c80abc9a9814fb7eb9e920fbd3a8671755ad5d18 (diff) | |
download | fork-ledger-35bfc958f22ae233efb12736ee9493382f484276.tar.gz fork-ledger-35bfc958f22ae233efb12736ee9493382f484276.tar.bz2 fork-ledger-35bfc958f22ae233efb12736ee9493382f484276.zip |
(config_t): Corrected a value in the register format.
-rw-r--r-- | config.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ config_t::config_t() pricing_leeway = 24 * 3600; budget_flags = BUDGET_NO_BUDGET; balance_format = "%20T %2_%-a\n"; - register_format = ("%D %-.20P %-.22A %12.66t %12.80T\n%/" - "%32|%-.22A %12.66t %12.80T\n"); + register_format = ("%D %-.20P %-.22A %12.67t %12.80T\n%/" + "%32|%-.22A %12.67t %12.80T\n"); wide_register_format = ("%D %-.35P %-.38A %22.108t %22.132T\n%/" "%48|%-.38A %22.108t %22.132T\n"); plot_amount_format = "%D %(St)\n"; |