[PATCH 1/2] schema: add the show_account_numbers preference
Florian Haas
workflo at gmx.net
Wed Aug 24 08:32:17 EDT 2011
From: Florian Haas <f.g.haas at gmx.net>
---
src/gnome/schemas/apps_gnucash_general.schemas.in | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/gnome/schemas/apps_gnucash_general.schemas.in b/src/gnome/schemas/apps_gnucash_general.schemas.in
index 758b0b1..a78b73b 100644
--- a/src/gnome/schemas/apps_gnucash_general.schemas.in
+++ b/src/gnome/schemas/apps_gnucash_general.schemas.in
@@ -526,6 +526,24 @@
</schema>
<schema>
+ <key>/schemas/apps/gnucash/general/register/show_account_numbers</key>
+ <applyto>/apps/gnucash/general/register/show_account_numbers</applyto>
+ <owner>gnucash</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Display account numbers.</short>
+ <long>
+ Show account numbers in the register and in the account
+ selection popup. The default behaviour is to suppress the
+ account number. Activating this option is useful if you
+ typically refer to accounts by number, as is common in some
+ accounting schemes.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/gnucash/general/report/use_new_window</key>
<applyto>/apps/gnucash/general/report/use_new_window</applyto>
<owner>gnucash</owner>
--
1.7.1
More information about the gnucash-devel
mailing list