Place the last three report messages into the reports range of the enum, taking
them out of the dialogue range, so that they can properly be silenced.
This commit is contained in:
parent
1d91942960
commit
6f51eced5e
|
@ -157,12 +157,9 @@ extern "C" {
|
|||
** than the short report.
|
||||
*/
|
||||
#define FOREACH_DIALOG_MSG(FN) \
|
||||
/* TidyInfo */ FN(STRING_CONTENT_LOOKS) \
|
||||
/* TidyInfo */ FN(STRING_DOCTYPE_GIVEN) \
|
||||
/* TidyDialogueSummary */ FN(STRING_ERROR_COUNT) \
|
||||
/* TidyDialogueSummary */ FN(STRING_NEEDS_INTERVENTION) \
|
||||
/* TidyDialogueSummary */ FN(STRING_NO_ERRORS) \
|
||||
/* TidyInfo */ FN(STRING_NO_SYSID) \
|
||||
/* TidyDialogueSummary */ FN(STRING_NOT_ALL_SHOWN) \
|
||||
/* TidyDialogueInfo */ FN(TEXT_GENERAL_INFO_PLEA) \
|
||||
/* TidyDialogueInfo */ FN(TEXT_GENERAL_INFO)
|
||||
|
@ -255,9 +252,12 @@ extern "C" {
|
|||
FN(REPLACING_ELEMENT) \
|
||||
FN(REPLACING_UNEX_ELEMENT) \
|
||||
FN(SPACE_PRECEDING_XMLDECL) \
|
||||
FN(STRING_CONTENT_LOOKS) \
|
||||
FN(STRING_ARGUMENT_BAD) \
|
||||
FN(STRING_DOCTYPE_GIVEN) \
|
||||
FN(STRING_MISSING_MALFORMED) \
|
||||
FN(STRING_MUTING_TYPE) \
|
||||
FN(STRING_NO_SYSID) \
|
||||
FN(STRING_UNKNOWN_OPTION) \
|
||||
FN(SUSPECTED_MISSING_QUOTE) \
|
||||
FN(TAG_NOT_ALLOWED_IN) \
|
||||
|
|
Loading…
Reference in a new issue