X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=share%2Fextensions%2Fps2pdf-ext.py;h=3c699c8ff4f168d862c8401295f01a1fe7a50921;hb=HEAD;hp=3d137e9b4d220b7eb9966133711e08cec47f055e;hpb=020a37e330fd5c663ee8ba2738dbaed5177bf7b4;p=inkscape.git diff --git a/share/extensions/ps2pdf-ext.py b/share/extensions/ps2pdf-ext.py index 3d137e9b4..3c699c8ff 100644 --- a/share/extensions/ps2pdf-ext.py +++ b/share/extensions/ps2pdf-ext.py @@ -29,4 +29,4 @@ if (sys.argv[1] == "--dEPSCrop=true"): cmd += ' -dEPSCrop ' run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf") -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99