From 35bfc958f22ae233efb12736ee9493382f484276 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 15 Apr 2005 19:40:48 +0000 Subject: (config_t): Corrected a value in the register format. --- config.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.cc b/config.cc index 3dda62de..056c3292 100644 --- a/config.cc +++ b/config.cc @@ -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"; -- cgit v1.2.3