diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:43:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:43:57 -0600 |
commit | 7fbb972791f9e3fbde5dfa85c113285353122600 (patch) | |
tree | 7eba52127d3e9dedd7a8594555c478a0ae7626ae /src/pics/to_png.py | |
parent | 497d419c0d4bc6c667f31ff874bc70e2c612d808 (diff) | |
download | tdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.tar.gz tdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src/pics/to_png.py')
-rwxr-xr-x | src/pics/to_png.py | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/src/pics/to_png.py b/src/pics/to_png.py index 5968fd1..de2a171 100755 --- a/src/pics/to_png.py +++ b/src/pics/to_png.py @@ -7,33 +7,33 @@ def convert(file, px): os.system('/usr/bin/inkscape -e hicolor/hi%s-%s -w %s -h %s %s' % (px, new_file, px, px, file)) all_files=[ -'hisc-action-kdesvnaddrecursive.svgz', -'hisc-action-kdesvnadd.svgz', -'hisc-action-kdesvnblame.svgz', -'hisc-action-kdesvncat.svgz', -'hisc-action-kdesvncheckout.svgz', -'hisc-action-kdesvncheckupdates.svgz', -'hisc-action-kdesvncleanup.svgz', -'hisc-action-kdesvncommit.svgz', -'hisc-action-kdesvncopy.svgz', -'hisc-action-kdesvndelete.svgz', -'hisc-action-kdesvndiff.svgz', -'hisc-action-kdesvnexport.svgz', -'hisc-action-kdesvninfo.svgz', -'hisc-action-kdesvnlock.svgz', -'hisc-action-kdesvnlog.svgz', -'hisc-action-kdesvnmerge.svgz', -'hisc-action-kdesvnrelocate.svgz', -'hisc-action-kdesvnswitch.svgz', -'hisc-action-kdesvnunlock.svgz', -'hisc-action-kdesvnupdate.svgz', -'hisc-filesys-kdesvnadded.svgz', -'hisc-filesys-kdesvnconflicted.svgz', -'hisc-filesys-kdesvndeleted.svgz', -'hisc-filesys-kdesvnlocked.svgz', -'hisc-filesys-kdesvnmodified.svgz', -'hisc-filesys-kdesvnupdates.svgz', -'hisc-filesys-kdesvnneedlock.svgz', +'hisc-action-tdesvnaddrecursive.svgz', +'hisc-action-tdesvnadd.svgz', +'hisc-action-tdesvnblame.svgz', +'hisc-action-tdesvncat.svgz', +'hisc-action-tdesvncheckout.svgz', +'hisc-action-tdesvncheckupdates.svgz', +'hisc-action-tdesvncleanup.svgz', +'hisc-action-tdesvncommit.svgz', +'hisc-action-tdesvncopy.svgz', +'hisc-action-tdesvndelete.svgz', +'hisc-action-tdesvndiff.svgz', +'hisc-action-tdesvnexport.svgz', +'hisc-action-tdesvninfo.svgz', +'hisc-action-tdesvnlock.svgz', +'hisc-action-tdesvnlog.svgz', +'hisc-action-tdesvnmerge.svgz', +'hisc-action-tdesvnrelocate.svgz', +'hisc-action-tdesvnswitch.svgz', +'hisc-action-tdesvnunlock.svgz', +'hisc-action-tdesvnupdate.svgz', +'hisc-filesys-tdesvnadded.svgz', +'hisc-filesys-tdesvnconflicted.svgz', +'hisc-filesys-tdesvndeleted.svgz', +'hisc-filesys-tdesvnlocked.svgz', +'hisc-filesys-tdesvnmodified.svgz', +'hisc-filesys-tdesvnupdates.svgz', +'hisc-filesys-tdesvnneedlock.svgz', ] i_sizes=[ |