Add keys for last import and export dirs

svn: r3494
This commit is contained in:
Alex Roitman 2004-08-23 22:07:23 +00:00
parent 58a0a66508
commit 7f5c4667c2

View File

@ -244,6 +244,30 @@
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/paths/recent-import-dir</key>
<applyto>/apps/gramps/paths/recent-import-dir</applyto>
<owner>gramps</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Last directory from which the import was made</short>
<long>Full pathname of the directory from which GRAMPS has last imported data.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/paths/recent-export-dir</key>
<applyto>/apps/gramps/paths/recent-export-dir</applyto>
<owner>gramps</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Last directory into which the export was made</short>
<long>Full pathname of the directory into which GRAMPS has last exported data.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/behavior/make-reference</key>
<applyto>/apps/gramps/behavior/make-reference</applyto>