From 002874662a6b4e9df4087301f902ae2610e041e2 Mon Sep 17 00:00:00 2001 From: tamplan Date: Sun, 21 Jun 2020 17:26:16 +0200 Subject: gdict-applet.c: change "Preferences" menu icon for harmonization --- mate-dictionary/src/gdict-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c index 3c2de604..47da6d31 100644 --- a/mate-dictionary/src/gdict-applet.c +++ b/mate-dictionary/src/gdict-applet.c @@ -1167,7 +1167,7 @@ static const GtkActionEntry gdict_applet_menu_actions[] = { {"DictionarySave", "document-save", N_("_Save"), NULL, NULL, G_CALLBACK (gdict_applet_cmd_save) }, - {"DictionaryPreferences", "preferences-desktop", N_("Preferences"), + {"DictionaryPreferences", "document-properties", N_("Preferences"), NULL, NULL, G_CALLBACK (gdict_applet_cmd_preferences) }, {"DictionaryHelp", "help-browser", N_("_Help"), -- cgit v1.2.1