]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winhelp.h
rm some magic numbers in ssh_setup_portfwd()
[PuTTY.git] / windows / winhelp.h
index 34cfd93ffc597463b2dbd9a53cc77eb1188cdc65..51e1b9c492e1a68b84a9d7f1f9d9b0e43fd92ebe 100644 (file)
@@ -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. */
 #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