* 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

View File

@@ -93,6 +93,7 @@ dataDir = "%s/data" % rootDir
gtkrcFile = "%s/gtkrc" % rootDir
template_dir = "%s/templates" % dataDir
papersize = "file:%s/papersize.xml" % dataDir
tipdata = "%s/tips.xml" % dataDir
fdl = "%s/fdl.txt" % dataDir
startup = 1