summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-09-05 13:33:50 +0000
committerTavmjong Bah <tavmjong@free.fr>2017-09-05 13:33:50 +0000
commitdf5ad324d0ad5d828ae31f189e1d939d722569fa (patch)
tree6d6e676c15dc47fdad814b3f7dd1c2d6ff40a96e
parentAllow nested LPE over groups also with shapes (diff)
downloadinkscape-df5ad324d0ad5d828ae31f189e1d939d722569fa.tar.gz
inkscape-df5ad324d0ad5d828ae31f189e1d939d722569fa.zip
Replace reference to non-existant icon to one that exists.
(Prevented Image properties dialog from appearing.) Fixes bug #1715138.
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 4827ba631..c1c108415 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -3114,7 +3114,7 @@ Verb *Verb::_base_verbs[] = {
new DialogVerb(SP_VERB_DIALOG_CLONETILER, "DialogClonetiler", N_("Create Tiled Clones..."),
N_("Create multiple clones of selected object, arranging them into a pattern or scattering"), INKSCAPE_ICON("dialog-tile-clones")),
new DialogVerb(SP_VERB_DIALOG_ATTR, "DialogObjectAttributes", N_("_Object attributes..."),
- N_("Edit the object attributes..."), INKSCAPE_ICON("dialog-object-attributes")),
+ N_("Edit the object attributes..."), INKSCAPE_ICON("dialog-object-properties")),
new DialogVerb(SP_VERB_DIALOG_ITEM, "DialogObjectProperties", N_("_Object Properties..."),
N_("Edit the ID, locked and visible status, and other object properties"), INKSCAPE_ICON("dialog-object-properties")),
new DialogVerb(SP_VERB_DIALOG_INPUT, "DialogInput", N_("_Input Devices..."),