From 08a6910ae3366ca64e9da171c3e016bf93ac34b6 Mon Sep 17 00:00:00 2001 From: Raphael Rosch Date: Fri, 22 Mar 2013 17:01:41 -0400 Subject: pick a better filter editor icon Fixed bugs: - https://launchpad.net/bugs/1092313 (bzr r12231) --- share/icons/icons.svg | 34 +++++++++++++++++++++++----------- src/verbs.cpp | 2 +- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/share/icons/icons.svg b/share/icons/icons.svg index 0b7e89045..368036fbc 100644 --- a/share/icons/icons.svg +++ b/share/icons/icons.svg @@ -1,5 +1,5 @@ - + @@ -800,8 +800,15 @@ + + + + + + + - + @@ -937,9 +944,9 @@ http://www.inkscape.org/ - + - + @@ -3709,12 +3716,17 @@ http://www.inkscape.org/ - - - - - - - + + + + + + + + + + + + diff --git a/src/verbs.cpp b/src/verbs.cpp index f8bfbab40..b8e72bc9b 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2793,7 +2793,7 @@ Verb *Verb::_base_verbs[] = { new DialogVerb(SP_VERB_DIALOG_LIVE_PATH_EFFECT, "DialogLivePathEffect", N_("Path E_ffects ..."), N_("Manage, edit, and apply path effects"), NULL), new DialogVerb(SP_VERB_DIALOG_FILTER_EFFECTS, "DialogFilterEffects", N_("Filter _Editor..."), - N_("Manage, edit, and apply SVG filters"), NULL), + N_("Manage, edit, and apply SVG filters"), INKSCAPE_ICON("dialog-filters")), new DialogVerb(SP_VERB_DIALOG_SVG_FONTS, "DialogSVGFonts", N_("SVG Font Editor..."), N_("Edit SVG fonts"), NULL), new DialogVerb(SP_VERB_DIALOG_PRINT_COLORS_PREVIEW, "DialogPrintColorsPreview", N_("Print Colors..."), -- cgit v1.2.3