Skip to content

Commit

Permalink
Gnc-Prefs: windows limits preference names to 32 characters
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23280 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Oct 7, 2013
1 parent 05e6698 commit b4b0953
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app-utils/migratable-prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/core-utils/gnc-prefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-utils/gtkbuilder/dialog-preferences.glade
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/gnome/gschemas/org.gnucash.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b4b0953

Please sign in to comment.