summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorTobias Ellinghaus <me@houz.org>2016-11-02 22:42:43 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-11-02 22:42:43 +0000
commita5ea253b4b4d94659e0e0992b51853ffd4debbf9 (patch)
tree43d8fbdd37920ee9c6915cf6d2b1e9906e4d1748 /src/verbs.cpp
parentfix none color in palettes with scrollbars (diff)
downloadinkscape-a5ea253b4b4d94659e0e0992b51853ffd4debbf9.tar.gz
inkscape-a5ea253b4b4d94659e0e0992b51853ffd4debbf9.zip
fix prefs icon
Fixed bugs: - https://launchpad.net/bugs/1638353 (bzr r15202)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 7a9875c69..dc92545e2 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2942,7 +2942,7 @@ Verb *Verb::_base_verbs[] = {
// Dialogs
new DialogVerb(SP_VERB_DIALOG_DISPLAY, "DialogPreferences", N_("P_references..."),
- N_("Edit global Inkscape preferences"), INKSCAPE_ICON("preferences-system")),
+ N_("Edit global Inkscape preferences"), INKSCAPE_ICON("gtk-preferences")),
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")),
new DialogVerb(SP_VERB_DIALOG_METADATA, "DialogMetadata", N_("Document _Metadata..."),