From 568ac6c29cfcd817f055689f913b8d4f527f1b33 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 3 May 2019 21:37:10 +0200 Subject: [PATCH] help: link to online help --- src/helpfile.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/helpfile.h b/src/helpfile.h index 8605f402..c32fb7db 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -105,6 +105,9 @@ static const T_Help_table helptable_help[] = HELP_TEXT (" your current configuration and you can") HELP_TEXT (" change it by clicking it.") HELP_TEXT ("") + HELP_TEXT (" This help is also available on the web :") + HELP_TEXT (" http://grafx2.gitlab.io/grafX2/htmldoc/") + HELP_TEXT ("") HELP_TITLE(" KEYBOARD SHORTCUTS") HELP_TEXT ("") HELP_TEXT ("Scroll visible area")