diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-03-19 08:54:26 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-03-19 08:54:26 +0000 |
| commit | 6a9cf3b81e83a1ed4483e7dd51a3daae6e30647f (patch) | |
| tree | ef3001a0feb5643be3dc1afb2ac8e96feff8fbaf /src/verbs.h | |
| parent | recurse into groups when pasting lpe (diff) | |
| download | inkscape-6a9cf3b81e83a1ed4483e7dd51a3daae6e30647f.tar.gz inkscape-6a9cf3b81e83a1ed4483e7dd51a3daae6e30647f.zip | |
add delete lpe verb, rearrange menu to collect all lpe commands under path
(bzr r5120)
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h index 6924a4bfd..dc09636f6 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -64,6 +64,7 @@ enum { SP_VERB_EDIT_PASTE_SIZE_SEPARATELY_Y, SP_VERB_EDIT_PASTE_IN_PLACE, SP_VERB_EDIT_PASTE_LIVEPATHEFFECT, + SP_VERB_EDIT_REMOVE_LIVEPATHEFFECT, SP_VERB_EDIT_DELETE, SP_VERB_EDIT_DUPLICATE, SP_VERB_EDIT_CLONE, |
