mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
more config options
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1016 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5f0f8b1a3c
commit
2cd6f3fcf0
@ -73,10 +73,11 @@
|
||||
#define PORTFOLIO 11
|
||||
|
||||
#define REG_TYPE_MASK 0xff
|
||||
#define REG_SHOW_TDETAIL 0x100
|
||||
#define REG_SHOW_SDETAIL 0x200
|
||||
#define REG_SHOW_RECS 0x400
|
||||
|
||||
#define REG_SHOW_TDETAIL 0x0100
|
||||
#define REG_SHOW_SDETAIL 0x0200
|
||||
#define REG_SHOW_RECS 0x0400
|
||||
#define REG_DOUBLE_LINE 0x0800
|
||||
#define REG_MULTI_LINE 0x1000
|
||||
|
||||
/* modified flags -- indicate how values have been modified */
|
||||
#define MOD_NONE 0x0000
|
||||
|
Loading…
Reference in New Issue
Block a user