summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorRaphael Rosch <launchpad@insaner.com>2013-03-22 21:01:41 +0000
committerinsaner <launchpad@insaner.com>2013-03-22 21:01:41 +0000
commit08a6910ae3366ca64e9da171c3e016bf93ac34b6 (patch)
treed5f3708dc51fb44068d07ca5d55a6183d8659550 /src/verbs.cpp
parentTranslations. Translatable files clean-up (find.cpp removal). (diff)
downloadinkscape-08a6910ae3366ca64e9da171c3e016bf93ac34b6.tar.gz
inkscape-08a6910ae3366ca64e9da171c3e016bf93ac34b6.zip
pick a better filter editor icon
Fixed bugs: - https://launchpad.net/bugs/1092313 (bzr r12231)
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 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..."),