diff options
Diffstat (limited to 'mate-dictionary/src/gdict-applet.c')
-rw-r--r-- | mate-dictionary/src/gdict-applet.c | 2 |
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"), |