Allow 'module in child not used in master' warning to be disabled.

This commit is contained in:
Richard Kimberly Heck 2018-09-27 21:56:29 -04:00
parent 83fc0f924c
commit 92ccf0a1a2

View File

@ -769,7 +769,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);
}
}
}