diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-03-26 03:07:42 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-03-26 03:07:42 +0000 |
| commit | f696df00a5d4b90bab82a53b13ab77384307b876 (patch) | |
| tree | f9f1d0a61df49b9091b0aee62d1dd47e9864e5d3 /src/verbs.h | |
| parent | menu rearrange, tips copyedit (diff) | |
| download | inkscape-f696df00a5d4b90bab82a53b13ab77384307b876.tar.gz inkscape-f696df00a5d4b90bab82a53b13ab77384307b876.zip | |
pasting size
(bzr r298)
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 6 |
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, |
