mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gnc-Prefs: windows limits preference names to 32 characters
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23280 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
05e6698614
commit
b4b0953a2f
@ -472,7 +472,7 @@
|
||||
<gconfkey>auto_raise_lists</gconfkey>
|
||||
</pref>
|
||||
<pref>
|
||||
<gschemaname>tab-includes-transfer-on-memorised</gschemaname>
|
||||
<gschemaname>tab-to-transfer-on-memorised</gschemaname>
|
||||
<gschematype>b</gschematype>
|
||||
<gconfkey>tab_includes_transfer_on_memorised</gconfkey>
|
||||
</pref>
|
||||
|
@ -75,7 +75,7 @@
|
||||
#define GNC_PREF_DRAW_VERT_LINES "draw-vertical-lines"
|
||||
#define GNC_PREF_ALT_COLOR_BY_TRANS "alternate-color-by-transaction"
|
||||
#define GNC_PREF_USE_THEME_COLORS "use-theme-colors"
|
||||
#define GNC_PREF_TAB_TRANS_MEMORISED "tab-includes-transfer-on-memorised"
|
||||
#define GNC_PREF_TAB_TRANS_MEMORISED "tab-to-transfer-on-memorised"
|
||||
/* Date preferences */
|
||||
#define GNC_PREF_START_CHOICE_ABS "start-choice-absolute"
|
||||
#define GNC_PREF_START_CHOICE_REL "start-choice-relative"
|
||||
|
@ -2456,7 +2456,7 @@ many months before the current month:</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="pref/general.register/tab-includes-transfer-on-memorised">
|
||||
<object class="GtkCheckButton" id="pref/general.register/tab-to-transfer-on-memorised">
|
||||
<property name="label" translatable="yes">Tab order in_cludes Transfer on Memorised Transactions</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
@ -209,7 +209,7 @@
|
||||
<summary>Automatically raise the list of accounts or actions during input</summary>
|
||||
<description>Automatically raise the list of accounts or actions during input</description>
|
||||
</key>
|
||||
<key name="tab-includes-transfer-on-memorised" type="b">
|
||||
<key name="tab-to-transfer-on-memorised" type="b">
|
||||
<default>false</default>
|
||||
<summary>Move to Transfer field when memorised transaction auto filled</summary>
|
||||
<description>If active then after a memorised transaction is automatically filled in the cursor will move to the Transfer field. If not active then it skips to the value field.</description>
|
||||
|
Loading…
Reference in New Issue
Block a user