summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-08-25 19:35:19 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-08-25 19:35:19 +0000
commitde1626183e28848a36fe293cea05f256d7ba4086 (patch)
tree064a53b5efdec50060d70d984f493b9082e98ecd /share/extensions
parentMerge rendering cache branch (GSoC 2011) (diff)
downloadinkscape-de1626183e28848a36fe293cea05f256d7ba4086.tar.gz
inkscape-de1626183e28848a36fe293cea05f256d7ba4086.zip
Filters. Removing unecessary height, width, x and y attributes in some filters elements.
Extensions. New Text>Extract extension. Translations. Translation template and file list update. (bzr r10580)
Diffstat (limited to 'share/extensions')
-rw-r--r--share/extensions/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index b710ac4cb..6a44781f5 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -145,6 +145,7 @@ extensions = \
svgcalendar.py \
svg_regex.py \
svg_and_media_zip_output.py \
+ text_extract.py \
svg_transform.py \
text_uppercase.py \
text_lowercase.py \
@@ -252,7 +253,7 @@ modules = \
guillotine.inx \
handles.inx \
hpgl_output.inx \
- ink2canvas.inx \
+ ink2canvas.inx \
inkscape_help_askaquestion.inx \
inkscape_help_commandline.inx \
inkscape_help_faq.inx\
@@ -319,6 +320,7 @@ modules = \
svg2xaml.inx \
svg_and_media_zip_output.inx \
svgcalendar.inx \
+ text_extract.inx \
text_uppercase.inx\
text_lowercase.inx \
text_sentencecase.inx \