diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-04-27 03:53:18 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-04-27 03:53:18 +0000 |
commit | c7e8b280b8ced7b3e5f5a3f2980105913b5f95c6 (patch) | |
tree | e0e95d069189a540504c8652188ea2a9e626b2a4 /qt-recordmydesktop/src/rmdConfig.py.in | |
parent | 6be943b632a524422027b12873411607b6dfacbe (diff) |
added tray icon files and their svg's in Makefile.am, added pixmapdir in rmdConfig.py.in
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@318 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/src/rmdConfig.py.in')
-rw-r--r-- | qt-recordmydesktop/src/rmdConfig.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-recordmydesktop/src/rmdConfig.py.in b/qt-recordmydesktop/src/rmdConfig.py.in index f3194c5..cbd691a 100644 --- a/qt-recordmydesktop/src/rmdConfig.py.in +++ b/qt-recordmydesktop/src/rmdConfig.py.in @@ -1,6 +1,7 @@ import os VERSION='@VERSION@' PREFIX='@PREFIX@' +pixmapdir=os.path.join('@DATADIR@'.replace("${prefix}",PREFIX), 'pixmaps') locale_install_dir=os.path.join('@DATADIR@'.replace("${prefix}",PREFIX), 'locale') #binary values expressed with 1 and zero instead of True and False |