Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / share / extensions / fig2dev-ext.py
index 0e32a941d28d14a9a488633b340836e26bd84719..ac51b00ef52a1a942f8f8037842fb464374ff91f 100644 (file)
@@ -27,4 +27,4 @@ from run_command import run
 run('fig2dev -L svg "%s" "%%s"' % sys.argv[1].replace("%","%%"), "fig2dev")
 
 
-# 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