mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Give an error message here.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25133 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
96fbd90e92
commit
ad76cb5c5f
@ -404,9 +404,10 @@ support::FileNameList InsetBibtex::getBibFiles() const
|
|||||||
FileName const file =
|
FileName const file =
|
||||||
findtexfile(changeExtension(to_utf8(*it), "bib"), "bib");
|
findtexfile(changeExtension(to_utf8(*it), "bib"), "bib");
|
||||||
|
|
||||||
// If we didn't find a matching file name just fail silently
|
|
||||||
if (!file.empty())
|
if (!file.empty())
|
||||||
vec.push_back(file);
|
vec.push_back(file);
|
||||||
|
else
|
||||||
|
LYXERR0("Couldn't find " + to_utf8(*it) + " in InsetBibtex::getBibFiles()!");
|
||||||
}
|
}
|
||||||
|
|
||||||
return vec;
|
return vec;
|
||||||
|
Loading…
Reference in New Issue
Block a user