summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-applet.c
diff options
context:
space:
mode:
authortamplan <[email protected]>2020-06-21 17:26:16 +0200
committerraveit65 <[email protected]>2020-07-06 14:48:55 +0200
commit002874662a6b4e9df4087301f902ae2610e041e2 (patch)
treeda29dd88e767faa94d9d29c55d98ad1d874d2c2c /mate-dictionary/src/gdict-applet.c
parenta1a778e29ed63bc3216b8063d80c0e919307f0db (diff)
downloadmate-utils-002874662a6b4e9df4087301f902ae2610e041e2.tar.bz2
mate-utils-002874662a6b4e9df4087301f902ae2610e041e2.tar.xz
gdict-applet.c: change "Preferences" menu icon for harmonization
Diffstat (limited to 'mate-dictionary/src/gdict-applet.c')
-rw-r--r--mate-dictionary/src/gdict-applet.c2
1 files changed, 1 insertions, 1 deletions
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"),