summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index a5319059..8aa9eca0 100644
--- a/config.h
+++ b/config.h
@@ -32,8 +32,8 @@ struct config_t
std::string value_expr;
std::string total_expr;
unsigned long pricing_leeway;
- bool show_subtotals;
- bool show_expanded;
+ bool show_collapsed;
+ bool show_subtotal;
bool show_related;
bool show_inverted;
bool show_empty;