]> git.lyx.org Git - features.git/commitdiff
Allow 'module in child not used in master' warning to be disabled.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 28 Sep 2018 01:56:29 +0000 (21:56 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 28 Sep 2018 01:58:37 +0000 (21:58 -0400)
src/insets/InsetInclude.cpp

index 2d91f62bd21fed19cf54b8d13600fb9690f3e60c..8d1a4a87c5896cc7e7b0aacc0f8e42ce39a45703 100644 (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);
                                }
                        }
                }