X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4aaef122cbbd5bbe0e70b824e320458e2329dd13..bf16085dc068819ecb1fc272298c094600a5e041:/utils/tex2rtf/src/tex2any.h diff --git a/utils/tex2rtf/src/tex2any.h b/utils/tex2rtf/src/tex2any.h index fb9a2eab15..5b2c6f4e55 100644 --- a/utils/tex2rtf/src/tex2any.h +++ b/utils/tex2rtf/src/tex2any.h @@ -248,6 +248,7 @@ extern char *linkColourString; // HTML link colour extern char *followedLinkColourString; // HTML followed link colour extern bool combineSubSections; // Stop splitting files below section extern bool htmlWorkshopFiles; // generate HTML Help Workshop project files +extern bool ignoreBadRefs; // Don't insert (REF NOT FOUND) // Names to help with internationalisation extern char *ContentsNameString;