mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Allow 'module in child not used in master' warning to be disabled.
(cherry picked from commit 92ccf0a1a2
)
This commit is contained in:
parent
804ed1bffb
commit
07ae4942a8
@ -762,7 +762,7 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
|
|||||||
"uses module `%2$s'\n"
|
"uses module `%2$s'\n"
|
||||||
"which is not used in parent file."),
|
"which is not used in parent file."),
|
||||||
included_file.displayName(), from_utf8(module));
|
included_file.displayName(), from_utf8(module));
|
||||||
Alert::warning(_("Module not found"), text);
|
Alert::warning(_("Module not found"), text, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user