Fix bookmark handling

svn: r1195
This commit is contained in:
Don Allingham
2002-11-19 05:04:30 +00:00
parent 2aca076b95
commit a3c7e8c4f9
3 changed files with 3 additions and 50 deletions

View File

@@ -57,6 +57,7 @@ if os.environ.has_key('GRAMPSDIR'):
else:
rootDir = "."
papersize = "%s/papersize.xml" % rootDir
good_xpm = "%s/good.xpm" % rootDir
bad_xpm = "%s/bad.xpm" % rootDir
caution_xpm = "%s/caution.xpm" % rootDir