From e695cb0dd19d1cbce0c49a71a913527a227a9e09 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 6 Dec 2001 12:59:37 +0000 Subject: Allow the user to specify the Help topic ID string for particular sections. Useful if another program needs to jump to a particular topic. (Really we should support the proper CTXOMAP / HELP_WM_HELP system for doing this, but I don't like numeric IDs; you'd have to parse a bunch of #defines in order to sensibly synchronise the IDs between help file and code.) [originally from svn r1457] --- buttress.h | 1 + 1 file changed, 1 insertion(+) (limited to 'buttress.h') diff --git a/buttress.h b/buttress.h index 0fd69a9..19e6cf8 100644 --- a/buttress.h +++ b/buttress.h @@ -205,6 +205,7 @@ enum { err_cantopenw, /* can't open output file for write */ err_macroexists, /* this macro already exists */ err_sectjump, /* jump a heading level, eg \C -> \S */ + err_winhelp_ctxclash, /* WinHelp context ID hash clash */ err_whatever /* random error of another type */ }; -- cgit v1.1