diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-07-20 05:50:22 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-07-20 05:50:22 +0000 |
| commit | 5f3448f352cfb7b77890a35e17cd19d0fcb72df7 (patch) | |
| tree | 49adc84a93ea485c5cc3f9a7840bef2f8898cf0f /share/extensions/text_replace.inx | |
| parent | Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on t... (diff) | |
| download | inkscape-5f3448f352cfb7b77890a35e17cd19d0fcb72df7.tar.gz inkscape-5f3448f352cfb7b77890a35e17cd19d0fcb72df7.zip | |
Extensions. Removing the Replace Text extension (replaced with the new Find dialog).
(bzr r11557)
Diffstat (limited to 'share/extensions/text_replace.inx')
| -rw-r--r-- | share/extensions/text_replace.inx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/share/extensions/text_replace.inx b/share/extensions/text_replace.inx deleted file mode 100644 index 407b1a56d..000000000 --- a/share/extensions/text_replace.inx +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/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> |
