diff options
author | Adam Dingle <adam@medovina.org> | 2013-04-05 17:07:26 +0800 |
---|---|---|
committer | Adam Dingle <adam@yorba.org> | 2013-05-03 18:08:38 +0800 |
commit | 201fe07e7c185c7be5cb09bb1a2a50f69ea7704e (patch) | |
tree | 3d3fe50eb3f70e34a143b7752a3e46b70597e18d /src/ephy-window.c | |
parent | e7272a72ef2a9a1bb48ae311283d7a14b54dc865 (diff) | |
download | gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar.gz gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar.zst gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.zip |
Added missing mnemonics in application menu.
https://bugzilla.gnome.org/show_bug.cgi?id=696894
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 210588b25..bec411398 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -146,9 +146,9 @@ static const GtkActionEntry ephy_menu_entries [] = { G_CALLBACK (window_cmd_edit_bookmarks) }, { "EditHistory", NULL, N_("_History"), "<control>H", NULL, G_CALLBACK (window_cmd_edit_history) }, - { "EditPreferences", NULL, N_("Preferences"), "<control>e", NULL, + { "EditPreferences", NULL, N_("Pr_eferences"), "<control>e", NULL, G_CALLBACK (window_cmd_edit_preferences) }, - { "EditPersonalData", NULL, N_("Personal Data"), "<control>m", NULL, + { "EditPersonalData", NULL, N_("_Personal Data"), "<control>m", NULL, G_CALLBACK (window_cmd_edit_personal_data) }, /* View actions. */ |