summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-18 14:45:49 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-18 14:45:49 +0000
commit1deb8d89b804e516e6b1fdb3fbad8dc1ab74f28c (patch)
tree64b63e3e592dde3d0c6dd5cd80eb6a25a875f0ad /src/verbs.h
parentFix bug [ 1685684 ] Document Properties: Grid number fields round too broadly (diff)
downloadinkscape-1deb8d89b804e516e6b1fdb3fbad8dc1ab74f28c.tar.gz
inkscape-1deb8d89b804e516e6b1fdb3fbad8dc1ab74f28c.zip
rename EditCloneOriginal to EditCloneSelectOriginal ; SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL
(bzr r4109)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.h b/src/verbs.h
index ccb63dadd..b9c05dbc7 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -66,7 +66,7 @@ enum {
SP_VERB_EDIT_DUPLICATE,
SP_VERB_EDIT_CLONE,
SP_VERB_EDIT_UNLINK_CLONE,
- SP_VERB_EDIT_CLONE_ORIGINAL,
+ SP_VERB_EDIT_CLONE_SELECT_ORIGINAL,
SP_VERB_EDIT_SELECTION_2_MARKER,
SP_VERB_EDIT_TILE,
SP_VERB_EDIT_UNTILE,