diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-08-24 15:34:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-24 15:34:08 -0400 |
| commit | b3bb975401fe4971170239eea9b928ee13161398 (patch) | |
| tree | d50e49a5808101bc5270a6eb43ed5fe69f197e67 /templates/object_commands.inx | |
| parent | 27c8bcc370594d93e7d826708e4761af0da503d7 (diff) | |
| parent | 2fd6cb4a71daa55c93a56ee4387117a10b762c6b (diff) | |
Merge pull request #292 from inkstitch/lexelby/pes-fixes
pes fixes
Diffstat (limited to 'templates/object_commands.inx')
| -rw-r--r-- | templates/object_commands.inx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 5807dc47..6de2a3fc 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -5,15 +5,16 @@ <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> {% for command, description in object_commands %} - <param name="{{ object }}" type="boolean" _gui-text="{{ _(description ) }}">false</param> + <param name="{{ command }}" type="boolean" _gui-text="{{ _(description ) }}">false</param> {% endfor %} + <param name="extension" type="string" gui-hidden="true">object_commands</param> <effect> <object-type>all</object-type> - <submenu name="Ink/Stitch"> + <effects-menu> <submenu name="Ink/Stitch"> <submenu name="{% trans %}English{% endtrans %}" /> </submenu> - </submenu> + </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">inkstitch.py</command> |
