X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5321c0c69fbb8966982687d208ffc5f0c17ba191..51e9d3c00a3471f284e89ec1f59f38ca25f10c5f:/windows/winhelp.h?ds=sidebyside diff --git a/windows/winhelp.h b/windows/winhelp.h index e2876da6..92ad7bef 100644 --- a/windows/winhelp.h +++ b/windows/winhelp.h @@ -3,6 +3,9 @@ * the \cfg{winhelp-topic} directives in the Halibut source. */ +/* Maximum length for WINHELP_CTX_foo strings */ +#define WINHELP_CTX_MAXLEN 80 + /* These are used in the cross-platform configuration dialog code. */ #define HELPCTX(x) P(WINHELP_CTX_ ## x) @@ -109,6 +112,7 @@ #define WINHELP_CTX_colours_logpal "colours.logpal" #define WINHELP_CTX_colours_config "colours.config" #define WINHELP_CTX_translation_codepage "translation.codepage" +#define WINHELP_CTX_translation_cjk_ambig_wide "translation.cjkambigwide" #define WINHELP_CTX_translation_cyrillic "translation.cyrillic" #define WINHELP_CTX_translation_linedraw "translation.linedraw" #define WINHELP_CTX_ssh_tunnels_x11 "ssh.tunnels.x11" @@ -130,7 +134,14 @@ #define HELPCTXID(x) WINHELP_CTXID_ ## x +#define WINHELP_CTXID_no_help 0 #define WINHELP_CTX_errors_hostkey_absent "errors.hostkey.absent" #define WINHELP_CTXID_errors_hostkey_absent 1 #define WINHELP_CTX_errors_hostkey_changed "errors.hostkey.changed" #define WINHELP_CTXID_errors_hostkey_changed 2 +#define WINHELP_CTX_errors_cantloadkey "errors.cantloadkey" +#define WINHELP_CTXID_errors_cantloadkey 3 +#define WINHELP_CTX_option_cleanup "options.cleanup" +#define WINHELP_CTXID_option_cleanup 4 +#define WINHELP_CTX_pgp_fingerprints "pgpfingerprints" +#define WINHELP_CTXID_pgp_fingerprints 5