]> git.lyx.org Git - features.git/commitdiff
Add comment
authorPavel Sanda <sanda@lyx.org>
Sun, 11 Jan 2009 22:55:16 +0000 (22:55 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 11 Jan 2009 22:55:16 +0000 (22:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28106 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp

index 56454d747f9aaea1465cbf83d70accefc0f672c7..43d2ad85286f8d73cfd980bf42a38297ca089c42 100644 (file)
@@ -449,6 +449,7 @@ int InsetInclude::latex(odocstream & os, OutputParams const & runparams) const
        // write it to a file (so far the complete file)
        string exportfile;
        string mangled;
+       // bug 5681
        if (type(params()) == LISTINGS) {
                exportfile = incfile;
                mangled = DocFileName(included_file).mangledFilename();