From fc35803b6753592059483f2963fe4d54f9f29ece Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 22 Jun 2012 22:23:02 +0000 Subject: [PATCH] Added a Help->Contents menu --- src/surfer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/surfer.c b/src/surfer.c index e7dbe85..458f63e 100644 --- a/src/surfer.c +++ b/src/surfer.c @@ -193,6 +193,8 @@ static const DesktopMenu _menu_view[] = static const DesktopMenu _menu_help[] = { + { N_("_Contents"), G_CALLBACK(on_help_contents), "help-contents", + 0, GDK_KEY_F1 }, { N_("_About"), G_CALLBACK(on_help_about), #if GTK_CHECK_VERSION(2, 6, 0) GTK_STOCK_ABOUT, 0, 0 },