diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-23 19:10:43 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-23 19:10:43 +0000 |
| commit | 9ce7b44f0e1537769ea50f85675341c42fd18a3d (patch) | |
| tree | ef5233514dc7cda13091e401d25ed5a09278af1c /src/verbs.cpp | |
| parent | Fix weight 0 by widget now give a full cusp node (diff) | |
| parent | Convert a couple of C-style pointer casts (diff) | |
| download | inkscape-9ce7b44f0e1537769ea50f85675341c42fd18a3d.tar.gz inkscape-9ce7b44f0e1537769ea50f85675341c42fd18a3d.zip | |
Update to trunk
(bzr r11950.1.71)
Diffstat (limited to 'src/verbs.cpp')
| -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 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..."), |
