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

(cherry picked from commit 92ccf0a1a2)
This commit is contained in:
Richard Kimberly Heck 2018-09-27 21:56:29 -04:00
parent 804ed1bffb
commit 07ae4942a8

View File

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