diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2010-03-10 23:14:13 +0000 |
|---|---|---|
| committer | Alexandre Prokoudine <avp@darkroom> | 2010-03-10 23:14:13 +0000 |
| commit | 9d08ce38d097a286f928899f53efce4360054c35 (patch) | |
| tree | fd0ab0b717dcd281a43870d8a48507f3ae1137c2 | |
| parent | Auto swatches now update as they are edited in the document. Some flickering ... (diff) | |
| download | inkscape-9d08ce38d097a286f928899f53efce4360054c35.tar.gz inkscape-9d08ce38d097a286f928899f53efce4360054c35.zip | |
webslicer extension is distributable and translatable now
(bzr r9173)
| -rw-r--r-- | po/POTFILES.in | 3 | ||||
| -rw-r--r-- | share/extensions/Makefile.am | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index c7d05fd97..080567dc5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -110,6 +110,9 @@ [type: gettext/xml] share/extensions/text_uppercase.inx [type: gettext/xml] share/extensions/triangle.inx [type: gettext/xml] share/extensions/txt2svg.inx +[type: gettext/xml] share/extensions/webslicer-create-group.inx +[type: gettext/xml] share/extensions/webslicer-create-rect.inx +[type: gettext/xml] share/extensions/webslicer-export.inx [type: gettext/xml] share/extensions/web-set-att.inx [type: gettext/xml] share/extensions/web-transmit-att.inx [type: gettext/xml] share/extensions/whirl.inx diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index c40ba1c87..cd409d233 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -133,6 +133,9 @@ extensions = \ uniconv-ext.py \ uniconv_output.py \ voronoi.py \ + webslicer-create-group.py \ + webslicer-create-rect.py \ + webslicer-export.py \ web-set-att.py \ web-transmit-att.py \ whirl.py \ @@ -256,6 +259,9 @@ modules = \ text_braille.inx \ triangle.inx \ txt2svg.inx \ + webslicer-create-group.inx \ + webslicer-create-rect.inx \ + webslicer-export.inx \ web-set-att.inx \ web-transmit-att.inx \ whirl.inx \ |
