summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC??dric Gemy <cedric@le-radar.com>2006-12-03 22:52:46 +0000
committergemy_c <gemy_c@users.sourceforge.net>2006-12-03 22:52:46 +0000
commita1185fba5addbfd9acb10bdeefa1a96c48ec68a8 (patch)
treefa2bb7c3c7cbcc620fab23cf59006c29abb6639e
parentadded inkscape translation to commandline parameters (diff)
downloadinkscape-a1185fba5addbfd9acb10bdeefa1a96c48ec68a8.tar.gz
inkscape-a1185fba5addbfd9acb10bdeefa1a96c48ec68a8.zip
translation of french strings
(bzr r2073)
-rw-r--r--share/extensions/g2pngs.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/share/extensions/g2pngs.py b/share/extensions/g2pngs.py
index c6af84acd..8566175b3 100644
--- a/share/extensions/g2pngs.py
+++ b/share/extensions/g2pngs.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
'''
-Copyright (C) 2006 Aaron Spike, aaron@ekips.org
+Copyright (C) 2006 cedric GEMY, cedric@le-radar.com
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,12 +17,13 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
TODO :
-specify save format, scale, and if it is a layer or g export
+specify save format, scale
+save selected
RELEASE NOTE
-- accepte l'export des calques
-- dossier par defaut = dossier utilisateur
-- cree le dossier specifie s'il n'existe pas
+- can export layers only as separate pngs
+- Default directory = $Home
+- create the dest dir if doesn't exists
'''
import inkex
@@ -77,4 +78,4 @@ class MyEffect(inkex.Effect):
pngs.append(filename)
e = MyEffect()
-e.affect() \ No newline at end of file
+e.affect()