mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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"
|
||||
"which is not used in parent file."),
|
||||
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