From b7ea365bfc41ce665441749d68004cb761dbfed5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 18 Jun 2010 08:29:14 -0400 Subject: Renamed the "Rounding" account to "Adjustment" --- src/filters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters.cc b/src/filters.cc index 33905856..04b0eaa9 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -523,7 +523,7 @@ display_filter_posts::display_filter_posts(post_handler_ptr handler, bool _show_rounding) : item_handler(handler), report(_report), show_rounding(_show_rounding), - rounding_account(temps.create_account(_(""))), + rounding_account(temps.create_account(_(""))), revalued_account(temps.create_account(_(""))) { TRACE_CTOR(display_filter_posts, -- cgit v1.2.3