From 4b3cac5cc3ab2c8eba742e36f223fcb59bbb6b39 Mon Sep 17 00:00:00 2001 From: Jabiertxo Arraiza Cenoz Date: Sat, 4 Aug 2018 14:00:46 +0200 Subject: Fix missing icons and warning on ico size in symbols --- src/verbs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 0bbfeb1fb..17efe545b 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -3140,9 +3140,9 @@ Verb *Verb::_base_verbs[] = { // Dialogs new DialogVerb(SP_VERB_DIALOG_PROTOTYPE, "DialogPrototype", N_("Prototype..."), N_("Prototype Dialog"), - INKSCAPE_ICON("gtk-preferences")), + INKSCAPE_ICON("preferences-system")), new DialogVerb(SP_VERB_DIALOG_DISPLAY, "DialogPreferences", N_("P_references..."), - N_("Edit global Inkscape preferences"), INKSCAPE_ICON("gtk-preferences")), + N_("Edit global Inkscape preferences"), INKSCAPE_ICON("preferences-system")), new DialogVerb(SP_VERB_DIALOG_NAMEDVIEW, "DialogDocumentProperties", N_("_Document Properties..."), N_("Edit properties of this document (to be saved with the document)"), INKSCAPE_ICON("document-properties")), -- cgit v1.2.3