Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 04:33:00 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 04:33:00 (GMT)
commit84ad60151ed011458254cd579c37a5d2fadafb35 (patch)
treea7768dc0cbf159188380455afd97cb56f8c76793 /constants.py
parent4e06f49609e92c52980c45a47c755166b597a517 (diff)
getting there...
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@859 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 845ad79..46723e6 100644
--- a/constants.py
+++ b/constants.py
@@ -185,7 +185,7 @@ class Constants:
self.__class__.maxReduceSvg = utils.loadSvg(maxReduceSvgData, None, None )
maxReduceSvgFile.close()
- infoOnSvgPath = os.path.join(self.__class__.gfxPath, 'info-on.svg')
+ infoOnSvgPath = os.path.join(self.__class__.gfxPath, 'corner-info.svg')
infoOnSvgFile = open(infoOnSvgPath, 'r')
infoOnSvgData = infoOnSvgFile.read()
self.__class__.infoOnSvg = utils.loadSvg(infoOnSvgData, None, None )