diff options
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, |
