diff options
Diffstat (limited to 'templates/letters_to_font.xml')
| -rw-r--r-- | templates/letters_to_font.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/letters_to_font.xml b/templates/letters_to_font.xml index f609d471..c9a1cec6 100644 --- a/templates/letters_to_font.xml +++ b/templates/letters_to_font.xml @@ -26,7 +26,11 @@ </param> <param type="path" name="font-dir" gui-text="Font directory" indent="1" mode="folder" filetypes="svg"/> <spacer /> - <param type="boolean" name="import-commands" gui-text="Import commands" indent="1">false</param> + <param name="import-commands" type="optiongroup" appearance="combo" gui-text="Import commands" indent="1"> + <option value="params">As param</option> + <option value="symbols">As symbol</option> + <option value="none">No</option> + </param> <spacer /> <separator /> <param name="file-description" type="description" indent="1" > |
