X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinhelp.h;h=51e1b9c492e1a68b84a9d7f1f9d9b0e43fd92ebe;hb=8316deb3399fe1d0c406132cf2e795a76de26b64;hp=e2876da6a691b171876824ff317e700d2fcc457f;hpb=99122767f528fa86e6e33c1bc594af2c0dcb884b;p=PuTTY.git diff --git a/windows/winhelp.h b/windows/winhelp.h index e2876da6..51e1b9c4 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) @@ -130,7 +133,12 @@ #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