summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3caafeb)
raw | patch | inline | side by side (parent: 3caafeb)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 18 Mar 2008 08:06:44 +0000 (08:06 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 18 Mar 2008 08:06:44 +0000 (08:06 +0000) |
src/verbs.cpp | patch | blob | history |
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 7baf6de07f1f2253b14c05ff659584d8a71ec70a..7bd17575506cede95b653d1df062c25c6fac42d0 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
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),