diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-19 18:05:20 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-19 19:01:15 +0000 |
| commit | 27a724af2f5169e6d5c8403d1f422328e25ba88e (patch) | |
| tree | 71c61b3944c3b98ca04b53c67282c0d2e5b89c86 /src/verbs.cpp | |
| parent | icons: Fix non-symbolic icon that got symbolic by accident (diff) | |
| download | inkscape-27a724af2f5169e6d5c8403d1f422328e25ba88e.tar.gz inkscape-27a724af2f5169e6d5c8403d1f422328e25ba88e.zip | |
icons: replace deprecated gtk stock icons
They seems to be missing in some environments already...
Fixes https://gitlab.com/inkscape/inkscape/issues/335
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..."), |
