diff options
| author | Christophe Lebras <christophe.lebras@gmail.com> | 2017-07-01 17:58:21 +0000 |
|---|---|---|
| committer | Christophe Lebras <christophe.lebras@gmail.com> | 2017-07-02 03:11:49 +0000 |
| commit | b3419faaf2252a4e031db217f50edaf0531641ab (patch) | |
| tree | cb5c238c1fa7f680889d8c59f5569ccc06590102 /src/verbs.cpp | |
| parent | Add Save Template Dialog (diff) | |
| download | inkscape-b3419faaf2252a4e031db217f50edaf0531641ab.tar.gz inkscape-b3419faaf2252a4e031db217f50edaf0531641ab.zip | |
Add function to save template
Saves template as default.
Does not save template informations yet.
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 9394aeb81..4827ba631 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -894,7 +894,7 @@ void FileVerb::perform(SPAction *action, void *data) sp_file_save_a_copy(*parent, NULL, NULL); break; case SP_VERB_FILE_SAVE_TEMPLATE: - Inkscape::UI::Dialog::SaveTemplate::save_document_as_template(); + Inkscape::UI::Dialog::SaveTemplate::save_document_as_template(*parent); break; case SP_VERB_FILE_PRINT: sp_file_print(*parent); |
