summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2010-03-10 23:14:13 +0000
committerAlexandre Prokoudine <avp@darkroom>2010-03-10 23:14:13 +0000
commit9d08ce38d097a286f928899f53efce4360054c35 (patch)
treefd0ab0b717dcd281a43870d8a48507f3ae1137c2
parentAuto swatches now update as they are edited in the document. Some flickering ... (diff)
downloadinkscape-9d08ce38d097a286f928899f53efce4360054c35.tar.gz
inkscape-9d08ce38d097a286f928899f53efce4360054c35.zip
webslicer extension is distributable and translatable now
(bzr r9173)
-rw-r--r--po/POTFILES.in3
-rw-r--r--share/extensions/Makefile.am6
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 \