summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorinsaner and su_v <>2016-04-02 09:10:37 +0000
committertavmjong-free <tavmjong@free.fr>2016-04-02 09:10:37 +0000
commit517ad6d0a849329510ea7927742687c28b97c54e (patch)
treec194da4336bc531a4203771b75a66cc6106d20d9 /src
parentFix regression in swatch color selection and improve it by allowing drag to c... (diff)
downloadinkscape-517ad6d0a849329510ea7927742687c28b97c54e.tar.gz
inkscape-517ad6d0a849329510ea7927742687c28b97c54e.zip
Add icon for Live Path Effects dialog.
(bzr r14758)
Diffstat (limited to 'src')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index a78bde2f7..b665d6c27 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2949,7 +2949,7 @@ Verb *Verb::_base_verbs[] = {
new DialogVerb(SP_VERB_DIALOG_TAGS, "DialogTags", N_("Selection se_ts..."),
N_("View Tags"), INKSCAPE_ICON("edit-select-all-layers")),
new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path E_ffects ..."),
- N_("Manage, edit, and apply path effects"), NULL),
+ N_("Manage, edit, and apply path effects"), INKSCAPE_ICON("dialog-path-effects")),
new DialogVerb(SP_VERB_DIALOG_FILTER_EFFECTS, "DialogFilterEffects", N_("Filter _Editor..."),
N_("Manage, edit, and apply SVG filters"), INKSCAPE_ICON("dialog-filters")),
new DialogVerb(SP_VERB_DIALOG_SVG_FONTS, "DialogSVGFonts", N_("SVG Font Editor..."),