Forgot to restore this before committing 18494. This fixes bug 3725.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18500 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-05-24 22:17:04 +00:00
parent adc3d95451
commit b28458129d

View File

@ -463,7 +463,7 @@ int InsetInclude::latex(Buffer const & buffer, odocstream & os,
if (runparams.inComment || runparams.dryrun)
// Don't try to load or copy the file
return true;
;
//if it's a LyX file and we're including or inputting it...
else if (isInputOrInclude(params_) &&
isLyXFilename(included_file.absFilename())) {