X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/690695e0356273fb6aa1c851713831f14254590d..8154b6022bd42b4aba03fc9adcbabd4f588b6575:/windows/winhelp.h diff --git a/windows/winhelp.h b/windows/winhelp.h index 34cfd93f..51e1b9c4 100644 --- a/windows/winhelp.h +++ b/windows/winhelp.h @@ -3,6 +3,7 @@ * 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. */ @@ -137,3 +138,7 @@ #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