~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to share/extensions/text_replace.inx

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<inkscape-extension>
 
2
        <_name>Replace text...</_name>
 
3
        <id>org.inkscape.text.replacetext</id>
 
4
        <dependency type="executable" location="extensions">chardataeffect.py</dependency>
 
5
        <dependency type="executable" location="extensions">text_replace.py</dependency>
 
6
        <param name="from_text" type="string" gui-text="Replace:"></param>
 
7
        <param name="to_text" type="string" gui-text="By:"></param>
 
8
        <effect>
 
9
                <object-type>all</object-type>
 
10
                <effects-menu>
 
11
                        <submenu _name="Text"/>
 
12
                </effects-menu>
 
13
        </effect>
 
14
        <script>
 
15
                <command reldir="extensions" interpreter="python">text_replace.py</command>
 
16
        </script>
 
17
</inkscape-extension>
 
 
b'\\ No newline at end of file'