Fixes #5174. The F1 key will now open Geary help.
This commit is contained in:
parent
995b067cd7
commit
6966ffa831
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ public class GearyController {
|
|||
prefs.label = _("_Preferences");
|
||||
entries += prefs;
|
||||
|
||||
Gtk.ActionEntry help = { ACTION_HELP, Gtk.Stock.HELP, TRANSLATABLE, null, null, on_help };
|
||||
Gtk.ActionEntry help = { ACTION_HELP, Gtk.Stock.HELP, TRANSLATABLE, "F1", null, on_help };
|
||||
help.label = _("_Help");
|
||||
entries += help;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue