mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user