From bbe40ef819359465fabfa938c86a7faba7357473 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 15 Jan 2012 12:26:04 +0100 Subject: add a menu item for using the Clone original LPE efficiently. (bzr r10889) --- src/verbs.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index c3a2f0897..39ecd957e 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -939,6 +939,9 @@ void EditVerb::perform(SPAction *action, void *data) case SP_VERB_EDIT_CLONE_SELECT_ORIGINAL: sp_select_clone_original(dt); break; + case SP_VERB_EDIT_CLONE_ORIGINAL_PATH_LPE: + sp_selection_clone_original_path_lpe(dt); + break; case SP_VERB_EDIT_SELECTION_2_MARKER: sp_selection_to_marker(dt); break; @@ -2248,6 +2251,8 @@ Verb *Verb::_base_verbs[] = { N_("Relink the selected clones to the object currently on the clipboard"), NULL), new EditVerb(SP_VERB_EDIT_CLONE_SELECT_ORIGINAL, "EditCloneSelectOriginal", N_("Select _Original"), N_("Select the object to which the selected clone is linked"), INKSCAPE_ICON("edit-select-original")), + new EditVerb(SP_VERB_EDIT_CLONE_ORIGINAL_PATH_LPE, "EditCloneOriginalPathLPE", N_("Clone original path (LPE)"), + N_("Creates a new path, applies the Clone original LPE, and refers it to the selected path"), NULL), new EditVerb(SP_VERB_EDIT_SELECTION_2_MARKER, "ObjectsToMarker", N_("Objects to _Marker"), N_("Convert selection to a line marker"), NULL), new EditVerb(SP_VERB_EDIT_SELECTION_2_GUIDES, "ObjectsToGuides", N_("Objects to Gu_ides"), -- cgit v1.2.3