diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-10-30 19:11:47 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-10-30 19:11:47 +0000 |
| commit | d40d8d4516ccfc5f4300c0ff107ac7a529cf8dcc (patch) | |
| tree | ad36e8d24307a0b24afdb8ffde6cf9d1644d1aa8 /share | |
| parent | Fix a bug whith units pointed by suv (diff) | |
| parent | Templates. Fix typo in procedural template 'Business Card' (diff) | |
| download | inkscape-d40d8d4516ccfc5f4300c0ff107ac7a529cf8dcc.tar.gz inkscape-d40d8d4516ccfc5f4300c0ff107ac7a529cf8dcc.zip | |
update to trunk
(bzr r13645.1.3)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/empty_business_card.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/empty_business_card.inx b/share/extensions/empty_business_card.inx index 1513ebf26..e08cd9eef 100644 --- a/share/extensions/empty_business_card.inx +++ b/share/extensions/empty_business_card.inx @@ -2,7 +2,7 @@ <inkscape-extension xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"> <_name>Business Card</_name> <id>org.inkscape.render.empty_business_card</id> - <dependency type="executable" location="extensions">business_card.py</dependency> + <dependency type="executable" location="extensions">empty_business_card.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <param name="size" _gui-text="Business card size:" type="enum"> @@ -27,6 +27,6 @@ <inkscape:_keywords>business card</inkscape:_keywords> </inkscape:_templateinfo> <script> - <command reldir="extensions" interpreter="python">business_card.py</command> + <command reldir="extensions" interpreter="python">empty_business_card.py</command> </script> </inkscape-extension> |
