diff options
| author | karnigen <karnigen@gmail.com> | 2024-02-09 14:29:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 14:29:06 +0100 |
| commit | e64737382ce749af2db48c9cfd17de7b644429f5 (patch) | |
| tree | a12d11f15c1de7a9731eeca8bdd3af53ba2164a2 /templates/selection_to_pattern.xml | |
| parent | b4f1fb8e8c98be02579bc31343784d70c43c4f48 (diff) | |
| parent | fdc73762adf3989b6c2a77646dc08da72e6c0681 (diff) | |
Merge pull request #2715 from inkstitch/kgn/inkstitch-multiversion-support
Kgn/inkstitch multiversion support
Diffstat (limited to 'templates/selection_to_pattern.xml')
| -rw-r--r-- | templates/selection_to_pattern.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/selection_to_pattern.xml b/templates/selection_to_pattern.xml index 01a4a482..001282c6 100644 --- a/templates/selection_to_pattern.xml +++ b/templates/selection_to_pattern.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>Selection to pattern</name> - <id>org.inkstitch.selection_to_pattern</id> + <id>org.{{ id_inkstitch }}.selection_to_pattern</id> <param name="extension" type="string" gui-hidden="true">selection_to_pattern</param> <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" translatable="no"> + <submenu name="{{ menu_inkstitch }}" translatable="no"> <submenu name="Edit" /> </submenu> </effects-menu> |
