diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-15 03:29:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-15 03:29:51 +0000 |
| commit | d218fee8cc61a79dcdd89b05c8d58072f9e69c52 (patch) | |
| tree | 160486d6573afb2ee53230beaec7576465770644 /share/extensions/text_replace.inx | |
| parent | Add poppler (diff) | |
| download | inkscape-d218fee8cc61a79dcdd89b05c8d58072f9e69c52.tar.gz inkscape-d218fee8cc61a79dcdd89b05c8d58072f9e69c52.zip | |
text replace
(bzr r3245)
Diffstat (limited to 'share/extensions/text_replace.inx')
| -rw-r--r-- | share/extensions/text_replace.inx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/share/extensions/text_replace.inx b/share/extensions/text_replace.inx new file mode 100644 index 000000000..a1e2951c5 --- /dev/null +++ b/share/extensions/text_replace.inx @@ -0,0 +1,17 @@ +<inkscape-extension>
+ <_name>Replace text...</_name>
+ <id>org.inkscape.text.replacetext</id>
+ <dependency type="executable" location="extensions">chardataeffect.py</dependency>
+ <dependency type="executable" location="extensions">text_replace.py</dependency>
+ <param name="from_text" type="string" gui-text="Replace:"></param> + <param name="to_text" type="string" gui-text="By:"></param> + <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu _name="Text"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">text_replace.py</command>
+ </script>
+</inkscape-extension>
\ No newline at end of file |
