From df5ad324d0ad5d828ae31f189e1d939d722569fa Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 5 Sep 2017 15:33:50 +0200 Subject: Replace reference to non-existant icon to one that exists. (Prevented Image properties dialog from appearing.) Fixes bug #1715138. --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs.cpp') 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..."), -- cgit v1.2.3