diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-08-04 12:00:46 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-08-04 12:00:46 +0000 |
| commit | 4b3cac5cc3ab2c8eba742e36f223fcb59bbb6b39 (patch) | |
| tree | fdee4098e50c56c8aa18f81a2a24159db164ba0d /src/verbs.cpp | |
| parent | Remove unwanted loaction for theming Tango (diff) | |
| download | inkscape-4b3cac5cc3ab2c8eba742e36f223fcb59bbb6b39.tar.gz inkscape-4b3cac5cc3ab2c8eba742e36f223fcb59bbb6b39.zip | |
Fix missing icons and warning on ico size in symbols
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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")), |
