mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
turned message about disabled converters from prefs from warning to error
This commit is contained in:
parent
000832f9d9
commit
eaa3ddaf45
@ -293,10 +293,10 @@ bool Converters::checkAuth(Converter const & conv, string const & doc_fname)
|
||||
from_utf8(conv.command()), from_utf8(conv.from()),
|
||||
from_utf8(conv.to()));
|
||||
if (lyxrc.use_converter_needauth_forbidden) {
|
||||
frontend::Alert::warning(
|
||||
frontend::Alert::error(
|
||||
_("An external converter is disabled for security reasons"),
|
||||
security_warning + _(
|
||||
"<p>Your current settings forbid its execution.</p>"
|
||||
"<p><b>Your current preference settings forbid its execution.</b></p>"
|
||||
"<p>(To change this setting, go to <i>Preferences ▹ File "
|
||||
"Handling ▹ Converters</i> and uncheck <i>Security ▹ "
|
||||
"Forbid needauth converters</i>.)"), false);
|
||||
|
Loading…
Reference in New Issue
Block a user