diff --git a/gramps2/src/const.py.in b/gramps2/src/const.py.in index 70bf7f4c0..8b5f2805d 100644 --- a/gramps2/src/const.py.in +++ b/gramps2/src/const.py.in @@ -58,9 +58,9 @@ 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 +good_xpm = "%s/good.png" % rootDir +bad_xpm = "%s/bad.png" % rootDir +caution_xpm = "%s/caution.png" % rootDir system_filters = "%s/system_filters.xml" % rootDir custom_filters = "~/.gramps/custom_filters.xml"