summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-12-05 16:05:02 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-12-05 16:05:02 +0000
commit2ef5799f88d66e41d6691301ca6ec699625b4134 (patch)
tree37138fb077222d4c75818ad0ab5b9216e23cd6f4 /src/verbs.cpp
parentadd white versions, three bitmap textures (diff)
downloadinkscape-2ef5799f88d66e41d6691301ca6ec699625b4134.tar.gz
inkscape-2ef5799f88d66e41d6691301ca6ec699625b4134.zip
Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.
(bzr r4177)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index ee85380a9..770550dfd 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2212,7 +2212,7 @@ Verb *Verb::_base_verbs[] = {
new EditVerb(SP_VERB_EDIT_DESELECT, "EditDeselect", N_("D_eselect"),
N_("Deselect any selected objects or nodes"), "selection_deselect"),
new EditVerb(SP_VERB_EDIT_NEXT_PATHEFFECT_PARAMETER, "EditNextPathEffectParameter", N_("Next Path Effect Parameter"),
- N_("Show next Path Effect parameter for editing"), NULL),
+ N_("Show next Path Effect parameter for editing"), "edit_next_parameter"),
/* Selection */
new SelectionVerb(SP_VERB_SELECTION_TO_FRONT, "SelectionToFront", N_("Raise to _Top"),