Bug 798031 - Date goes to prior year with mm/dd

The default value in the glade file was set to 6 months but the default
value in the gschema file org.gnucash.gschema.xml.in was set to 11
months so have changed the gschema to match the glade file.
This commit is contained in:
Robert Fewell
2020-11-29 10:41:49 +00:00
parent 5c7a2c4bd6
commit 8a256a8db6

View File

@@ -166,7 +166,7 @@
<description>When a date is entered without year it can be completed so that it will be within the current calendar year or close to the current date based on a sliding window starting a set number of months backwards in time.</description>
</key>
<key name="date-backmonths" type="d">
<default>11.0</default>
<default>6.0</default>
<summary>Maximum number of months to go back.</summary>
<description>Dates will be completed so that they are close to the current date. Enter the maximum number of months to go backwards in time when completing dates.</description>
</key>