]> git.lyx.org Git - features.git/commitdiff
Whoops. Wrong version.
authorRichard Heck <rgheck@comcast.net>
Mon, 8 Mar 2010 13:36:51 +0000 (13:36 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 8 Mar 2010 13:36:51 +0000 (13:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33673 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp

index 51ad1335885cc2443643798e781605f188ece35e..9c1cefd864843b57a1fccb9385805415683cd2a1 100644 (file)
@@ -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 "