* src/data/gramps.schemas: Add a welcome key.
svn: r4532
This commit is contained in:
parent
98646257ad
commit
874a1bdbf6
@ -1,3 +1,6 @@
|
||||
2005-05-10 Alex Roitman <shura@gramps-project.org>
|
||||
* src/data/gramps.schemas: Add a welcome key.
|
||||
|
||||
2005-05-10 Julio Sanchez <jsanchez@users.sourceforge.net>
|
||||
* src/po/es.po: Updated translation
|
||||
* src/plugins/rel_es.py: Revert to more conservative relationships
|
||||
|
@ -28,6 +28,20 @@
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/welcome</key>
|
||||
<applyto>/apps/gramps/behavior/welcome</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>100</default>
|
||||
<locale name="C">
|
||||
<short>Welcome message has already been displayed for this version</short>
|
||||
<long>This key keeps the version for which the welcome message
|
||||
has already been displayed. The integer denotes the major, minor,
|
||||
and release numerals, e.g. 200 denotes the 2.0.0 version.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/date-format</key>
|
||||
<applyto>/apps/gramps/preferences/date-format</applyto>
|
||||
|
Loading…
Reference in New Issue
Block a user