3142: To allow backups into GRAMPS XML format without Proxy or Living filters; added two config settings for quick-backup dir and filename pattern; added dbstate.db_name

svn: r15644
This commit is contained in:
Doug Blank
2010-07-22 01:50:00 +00:00
parent ed3bd66d0d
commit 59403835fe
3 changed files with 146 additions and 0 deletions

View File

@ -248,6 +248,9 @@ register('paths.recent-file', '')
register('paths.recent-import-dir', '')
register('paths.report-directory', const.USER_HOME)
register('paths.website-directory', const.USER_HOME)
register('paths.quick-backup-directory', const.USER_HOME)
register('paths.quick-backup-filename',
"%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s")
register('preferences.complete-color', '#008b00')
register('preferences.custom-marker-color', '#8b008b')