summaryrefslogtreecommitdiff
path: root/inx/embroider_params.inx
diff options
context:
space:
mode:
Diffstat (limited to 'inx/embroider_params.inx')
-rw-r--r--inx/embroider_params.inx5
1 files changed, 3 insertions, 2 deletions
diff --git a/inx/embroider_params.inx b/inx/embroider_params.inx
index f3987502..7b3b4e63 100644
--- a/inx/embroider_params.inx
+++ b/inx/embroider_params.inx
@@ -2,8 +2,9 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Params</_name>
<id>jonh.embroider.params</id>
- <dependency type="executable" location="extensions">embroider_params.py</dependency>
+ <dependency type="executable" location="extensions">inkstitch.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
+ <param name="extension" type="string" gui-hidden="true">params</param>
<effect>
<object-type>all</object-type>
<effects-menu>
@@ -11,6 +12,6 @@
</effects-menu>
</effect>
<script>
- <command reldir="extensions" interpreter="python">embroider_params.py</command>
+ <command reldir="extensions" interpreter="python">inkstitch.py</command>
</script>
</inkscape-extension>