diff options
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 8fc6c258c..faa34b387 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -3087,7 +3087,7 @@ Verb *Verb::_base_verbs[] = { // Technically what we show are unicode code points and not glyphs. The actual glyphs shown are determined by the // shaping engines. new DialogVerb(SP_VERB_DIALOG_GLYPHS, "DialogGlyphs", N_("_Unicode Characters..."), - N_("Select Unicode characters from a palette"), INKSCAPE_ICON("gtk-select-font")), + N_("Select Unicode characters from a palette"), INKSCAPE_ICON("accessories-character-map")), // FIXME: Probably better to either use something from the icon naming spec or ship our own "select-color" icon // TRANSLATORS: "Swatches" means: color samples new DialogVerb(SP_VERB_DIALOG_SWATCHES, "DialogSwatches", N_("S_watches..."), |
