From c8a5d4d1b0e17fc58723604937ea41778cb0980c Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Thu, 21 Nov 2002 04:42:22 +0000 Subject: [PATCH] New images for date "LEDs" svn: r1200 --- gramps2/src/const.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"