diff options
| author | insaner and su_v <> | 2016-04-02 09:10:37 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-04-02 09:10:37 +0000 |
| commit | 517ad6d0a849329510ea7927742687c28b97c54e (patch) | |
| tree | c194da4336bc531a4203771b75a66cc6106d20d9 /src | |
| parent | Fix regression in swatch color selection and improve it by allowing drag to c... (diff) | |
| download | inkscape-517ad6d0a849329510ea7927742687c28b97c54e.tar.gz inkscape-517ad6d0a849329510ea7927742687c28b97c54e.zip | |
Add icon for Live Path Effects dialog.
(bzr r14758)
Diffstat (limited to 'src')
| -rw-r--r-- | src/verbs.cpp | 2 |
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..."), |
