* src/scm/main-window.scm: turn off the report-total by default

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8059 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-03-12 04:12:29 +00:00
parent bd8bf330a7
commit ee167fef7b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-11 Derek Atkins <derek@ihtfp.com>
* src/scm/main-window.scm: turn off the report-total by default
2003-03-10 Derek Atkins <derek@ihtfp.com> 2003-03-10 Derek Atkins <derek@ihtfp.com>
* src/business/business-core/gncEmployee.c: name the employee name * src/business/business-core/gncEmployee.c: name the employee name

View File

@ -75,7 +75,7 @@ the account instead of opening a register.") #f))
(gnc:make-list-option (gnc:make-list-option
(N_ "Account Tree") (N_ "Account fields to display") (N_ "Account Tree") (N_ "Account fields to display")
"c" "" "c" ""
(list 'description 'total 'total_report) (list 'description 'total)
(list (list->vector (list 'type (N_ "Type") "")) (list (list->vector (list 'type (N_ "Type") ""))
(list->vector (list 'code (N_ "Code") "")) (list->vector (list 'code (N_ "Code") ""))
(list->vector (list 'description (N_ "Description") "")) (list->vector (list 'description (N_ "Description") ""))