diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-10-30 18:01:32 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-10-30 18:01:32 +0000 |
| commit | d551978d86589b84de1ae36da58a3e2963b67917 (patch) | |
| tree | 83db63c18c108ddcf837df76e43cc1d43f16df37 | |
| parent | Fix make check. Update POTFILES.in with new files. (diff) | |
| download | inkscape-d551978d86589b84de1ae36da58a3e2963b67917.tar.gz inkscape-d551978d86589b84de1ae36da58a3e2963b67917.zip | |
Templates. Fix typo in procedural template 'Business Card'
(bzr r13646)
| -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> |
