summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorSlagvi Public <JandotDarowskiattgmaildottcom>2013-07-04 14:19:38 +0000
committerSlagvi Public <JandotDarowskiattgmaildottcom>2013-07-04 14:19:38 +0000
commit46211dc227f62c2e71b3edfa1ffb508c9fe8e0ac (patch)
tree2941c3895a0663437a0b580608bca5ad7ef2deb1 /src/verbs.cpp
parentTemplates menu item fixed (diff)
downloadinkscape-46211dc227f62c2e71b3edfa1ffb508c9fe8e0ac.tar.gz
inkscape-46211dc227f62c2e71b3edfa1ffb508c9fe8e0ac.zip
Added loading templates into NewFromTemplate dialog.
(bzr r12379.2.7)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index a3d8b07a2..8b8a7e6af 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -862,7 +862,7 @@ void FileVerb::perform(SPAction *action, void *data)
sp_file_exit();
break;
case SP_VERB_FILE_TEMPLATES:
- sp_file_new_from_templatee();
+ Inkscape::UI::NewFromTemplate::load_new_from_template();
break;
default:
break;