* src/GrampsCfg.py: added support for tip of the day

* src/data/tips.xml: tip data
* src/TipOfDay.py: support for tip of the day
* src/gramps_main.py: support for tip of the day
* src/const.py: support for tip of the day
* src/gramps.glade: support for tip of the day


svn: r3178
This commit is contained in:
Don Allingham
2004-05-18 07:00:34 +00:00
parent 2f4d1ae2cb
commit 1e9b3cfc20
9 changed files with 375 additions and 6 deletions

7
src/data/tips.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<tips>
<tip>You can drag and drop an image from either the Media View or any gallery into another gallery</tip>
<tip>You can add an image to any gallery or the Media View by dragging and dropping from a file manager or a web browser.</tip>
<tip>You can set the birth order of children in a family even if you do not have birth dates by using drag and drop.</tip>
<tip>You can convert an alternate name to the person's preferred name by selecting the desired name in the person's name list, bringing up the context menu by clicking the right mouse button, and selecting from the menu.</tip>
</tips>