* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user