diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-09-05 13:33:50 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-09-05 13:33:50 +0000 |
| commit | df5ad324d0ad5d828ae31f189e1d939d722569fa (patch) | |
| tree | 6d6e676c15dc47fdad814b3f7dd1c2d6ff40a96e | |
| parent | Allow nested LPE over groups also with shapes (diff) | |
| download | inkscape-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.cpp | 2 |
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..."), |
