summaryrefslogtreecommitdiff
path: root/templates/troubleshoot.inx
blob: 64f4ebb0e1e2703dbd52070a321807bb38eb5b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>{% trans %}Troubleshoot Objects{% endtrans %}</name>
    <id>org.inkstitch.troubleshoot.{{ locale }}</id>
    <param name="extension" type="string" gui-hidden="true">troubleshoot</param>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch">
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>