diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 98589d53f..643d8e4e3 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -194,6 +194,8 @@ static const GtkActionEntry ephy_menu_entries [] = { /* Help. */ + { "HelpContents", NULL, N_("_Help"), NULL, NULL, + G_CALLBACK (window_cmd_help_contents) }, { "HelpAbout", NULL, N_("_About"), NULL, NULL, G_CALLBACK (window_cmd_help_about) } }; @@ -3762,6 +3764,7 @@ static const gchar* app_actions[] = { "EditBookmarks", "EditHistory", "FileQuit", + "HelpContents", "HelpAbout" }; |