r23280 - gnucash/trunk/src - Gnc-Prefs: windows limits preference names to 32 characters

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 7 17:06:21 EDT 2013


Author: gjanssens
Date: 2013-10-07 17:06:20 -0400 (Mon, 07 Oct 2013)
New Revision: 23280
Trac: http://svn.gnucash.org/trac/changeset/23280

Modified:
   gnucash/trunk/src/app-utils/migratable-prefs.xml
   gnucash/trunk/src/core-utils/gnc-prefs.h
   gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-preferences.glade
   gnucash/trunk/src/gnome/gschemas/org.gnucash.gschema.xml.in
Log:
Gnc-Prefs: windows limits preference names to 32 characters

Modified: gnucash/trunk/src/app-utils/migratable-prefs.xml
===================================================================
--- gnucash/trunk/src/app-utils/migratable-prefs.xml	2013-10-07 18:57:14 UTC (rev 23279)
+++ gnucash/trunk/src/app-utils/migratable-prefs.xml	2013-10-07 21:06:20 UTC (rev 23280)
@@ -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>

Modified: gnucash/trunk/src/core-utils/gnc-prefs.h
===================================================================
--- gnucash/trunk/src/core-utils/gnc-prefs.h	2013-10-07 18:57:14 UTC (rev 23279)
+++ gnucash/trunk/src/core-utils/gnc-prefs.h	2013-10-07 21:06:20 UTC (rev 23280)
@@ -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"

Modified: gnucash/trunk/src/gnome/gschemas/org.gnucash.gschema.xml.in
===================================================================
--- gnucash/trunk/src/gnome/gschemas/org.gnucash.gschema.xml.in	2013-10-07 18:57:14 UTC (rev 23279)
+++ gnucash/trunk/src/gnome/gschemas/org.gnucash.gschema.xml.in	2013-10-07 21:06:20 UTC (rev 23280)
@@ -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>

Modified: gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-preferences.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-preferences.glade	2013-10-07 18:57:14 UTC (rev 23279)
+++ gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-preferences.glade	2013-10-07 21:06:20 UTC (rev 23280)
@@ -2456,7 +2456,7 @@
                   </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>



More information about the gnucash-changes mailing list