summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorAlexander Brock <zaibu@lunar-orbit.de>2016-10-27 17:13:05 +0000
committerAlexander Brock <zaibu@lunar-orbit.de>2016-10-27 17:13:05 +0000
commit3649ef4c620b9eae5132d89a39ebd280d9dc50a8 (patch)
tree6fa8f8d9c07ea8fc4e94a416d2e288f6c1537524 /src/verbs.h
parentFix signals (diff)
downloadinkscape-3649ef4c620b9eae5132d89a39ebd280d9dc50a8.tar.gz
inkscape-3649ef4c620b9eae5132d89a39ebd280d9dc50a8.zip
Add recursive clone unlink feature
(bzr r15191.1.1)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 1780e0ebf..d7e966ae4 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -83,6 +83,7 @@ enum {
SP_VERB_EDIT_DUPLICATE,
SP_VERB_EDIT_CLONE,
SP_VERB_EDIT_UNLINK_CLONE,
+ SP_VERB_EDIT_UNLINK_CLONE_RECURSIVE,
SP_VERB_EDIT_RELINK_CLONE,
SP_VERB_EDIT_CLONE_SELECT_ORIGINAL,
SP_VERB_EDIT_CLONE_ORIGINAL_PATH_LPE,