]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
Use ASCII number in \char definition
[lyx.git] / src / Converter.cpp
index ead36182cbd820e54ecb37bfcb7a3e772330a173..9d9d602ec572eaa8df2b58321a0bb8a90cd19e81 100644 (file)
@@ -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 &#x25b9; File "
                    "Handling &#x25b9; Converters</i> and uncheck <i>Security &#x25b9; "
                    "Forbid needauth converters</i>.)"), false);
@@ -402,6 +402,9 @@ bool Converters::convert(Buffer const * buffer,
                runparams.index_command = (buffer->params().index_command == "default") ?
                        string() : buffer->params().index_command;
                runparams.document_language = buffer->params().language->babel();
+               runparams.only_childbibs = !buffer->params().useBiblatex()
+                               && !buffer->params().useBibtopic()
+                               && buffer->params().multibib == "child";
        }
 
        // Some converters (e.g. lilypond) can only output files to the