diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-03-18 08:06:44 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-03-18 08:06:44 +0000 |
| commit | bfebb203f73e57357a7fd2b067efe151785ea2c8 (patch) | |
| tree | 730e88e6f445ae42fab76ef3c3a5a45452fc8db6 /src | |
| parent | move edit clippath/mask commands to the node toolbar, disable them when not r... (diff) | |
| download | inkscape-bfebb203f73e57357a7fd2b067efe151785ea2c8.tar.gz inkscape-bfebb203f73e57357a7fd2b067efe151785ea2c8.zip | |
adds icons for edit clippath/mask
(bzr r5114)
Diffstat (limited to 'src')
| -rw-r--r-- | src/verbs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 7baf6de07..7bd175755 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2382,13 +2382,13 @@ Verb *Verb::_base_verbs[] = { new ObjectVerb(SP_VERB_OBJECT_SET_MASK, "ObjectSetMask", N_("_Set"), N_("Apply mask to selection (using the topmost object as mask)"), NULL), new ObjectVerb(SP_VERB_OBJECT_EDIT_MASK, "ObjectEditMask", N_("_Edit"), - N_("Edit mask"), NULL), + N_("Edit mask"), "nodeedit-mask"), new ObjectVerb(SP_VERB_OBJECT_UNSET_MASK, "ObjectUnSetMask", N_("_Release"), N_("Remove mask from selection"), NULL), new ObjectVerb(SP_VERB_OBJECT_SET_CLIPPATH, "ObjectSetClipPath", N_("_Set"), N_("Apply clipping path to selection (using the topmost object as clipping path)"), NULL), new ObjectVerb(SP_VERB_OBJECT_EDIT_CLIPPATH, "ObjectEditClipPath", N_("_Edit"), - N_("Edit clipping path"), NULL), + N_("Edit clipping path"), "nodeedit-clippath"), new ObjectVerb(SP_VERB_OBJECT_UNSET_CLIPPATH, "ObjectUnSetClipPath", N_("_Release"), N_("Remove clipping path from selection"), NULL), |
