svn: r5886
This commit is contained in:
Don Allingham 2006-02-05 05:33:29 +00:00
parent b7577dc19a
commit df813976e4

View File

@ -91,7 +91,7 @@ no_gconf = False
if os.environ.has_key('GRAMPSDIR'):
rootDir = os.environ['GRAMPSDIR']
else:
rootDir = "."
rootDir = os.getcwd()
good_xpm = os.path.join(rootDir,"good.png")
bad_xpm = os.path.join(rootDir,"bad.png")