From da4a77c4aec57e4935736f4e598275879e5758c6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 8 Mar 2010 13:36:51 +0000 Subject: [PATCH] Whoops. Wrong version. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33673 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetInclude.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 51ad133588..9c1cefd864 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -679,7 +679,7 @@ docstring InsetInclude::xhtml(XHTMLStream & xs, OutputParams const &rp) const // We don't (yet) know how to Input or Include non-LyX files. // (If we wanted to get really arcane, we could run some tex2html // converter on the included file. But that's just masochistic.) - FileName const included_file = includedFilename(buffer()); + FileName const included_file = includedFilename(buffer(), params()); if (!isLyXFilename(included_file.absFilename())) { frontend::Alert::warning(_("Unsupported Inclusion"), bformat(_("LyX does not know how to include non-LyX files when " -- 2.39.2