[Skencil-commits] r718 - skencil/branches/skencil-0.6/src/Sketch/Base
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 22 14:50:48 CEST 2010
Author: igor_n
Date: 2010-09-22 14:50:48 +0200 (Wed, 22 Sep 2010)
New Revision: 718
Modified:
skencil/branches/skencil-0.6/src/Sketch/Base/config.py
Log:
fix for new Pixmaps/ location
Modified: skencil/branches/skencil-0.6/src/Sketch/Base/config.py
===================================================================
--- skencil/branches/skencil-0.6/src/Sketch/Base/config.py 2010-09-22 12:49:07 UTC (rev 717)
+++ skencil/branches/skencil-0.6/src/Sketch/Base/config.py 2010-09-22 12:50:48 UTC (rev 718)
@@ -49,7 +49,7 @@
# Subdirectory for the pixmaps. Used by skpixmaps.py when loading the
# pixmaps. Here this is meant relative to sketch_dir; on startup it is
# expanded to an absolute pathname.
-pixmap_dir = 'Sketch/Pixmaps'
+pixmap_dir = resource_dir + '/Pixmaps'
# Subdirectory for the font metrics. Here, this is meant relative to
# sketch_dir; on startup it is expanded to an absolute pathname.
More information about the Skencil-commits
mailing list