mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Make the missing class warning opt-out
This commit is contained in:
parent
f305f0b4d8
commit
af4090bb0a
@ -634,7 +634,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
|
|||||||
"See section 3.1.2.2 (Class Availability) of the\n"
|
"See section 3.1.2.2 (Class Availability) of the\n"
|
||||||
"User's Guide for more information."), desc, prereqs);
|
"User's Guide for more information."), desc, prereqs);
|
||||||
frontend::Alert::warning(_("Document class not available"),
|
frontend::Alert::warning(_("Document class not available"),
|
||||||
msg);
|
msg, true);
|
||||||
}
|
}
|
||||||
} else if (token == "\\begin_preamble") {
|
} else if (token == "\\begin_preamble") {
|
||||||
readPreamble(lex);
|
readPreamble(lex);
|
||||||
|
Loading…
Reference in New Issue
Block a user