summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-03-26 03:07:42 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-03-26 03:07:42 +0000
commitf696df00a5d4b90bab82a53b13ab77384307b876 (patch)
treef9f1d0a61df49b9091b0aee62d1dd47e9864e5d3 /src/verbs.h
parentmenu rearrange, tips copyedit (diff)
downloadinkscape-f696df00a5d4b90bab82a53b13ab77384307b876.tar.gz
inkscape-f696df00a5d4b90bab82a53b13ab77384307b876.zip
pasting size
(bzr r298)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 426b4295f..e79fa6d43 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -47,6 +47,12 @@ enum {
SP_VERB_EDIT_COPY,
SP_VERB_EDIT_PASTE,
SP_VERB_EDIT_PASTE_STYLE,
+ SP_VERB_EDIT_PASTE_SIZE,
+ SP_VERB_EDIT_PASTE_SIZE_X,
+ SP_VERB_EDIT_PASTE_SIZE_Y,
+ SP_VERB_EDIT_PASTE_SIZE_SEPARATELY,
+ SP_VERB_EDIT_PASTE_SIZE_SEPARATELY_X,
+ SP_VERB_EDIT_PASTE_SIZE_SEPARATELY_Y,
SP_VERB_EDIT_PASTE_IN_PLACE,
SP_VERB_EDIT_DELETE,
SP_VERB_EDIT_DUPLICATE,