aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r--hardinfo2/menu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c
index bc938994..6b96e271 100644
--- a/hardinfo2/menu.c
+++ b/hardinfo2/menu.c
@@ -88,6 +88,11 @@ static GtkActionEntry entries[] = {
NULL,
G_CALLBACK(cb_open_online_docs)},
+ {"ContextHelpAction", NULL,
+ "Context help", "<Ctrl>F1",
+ NULL,
+ G_CALLBACK(cb_open_online_docs_context)},
+
{"HomePageAction", HI_STOCK_INTERNET,
"_Open HardInfo Web Site", NULL,
NULL,