From 4b4c7f8f8a200ae109e30d42611a89434ad02ce0 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 --- src/const.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/const.py.in b/src/const.py.in index 70bf7f4c0..8b5f2805d 100644 --- a/src/const.py.in +++ b/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"