Also take into account bibtex bst files when saving-as.

No status line needed as this is an addition to [4543bf28/lyxgit].
This commit is contained in:
Enrico Forestieri 2015-05-17 01:09:23 +02:00
parent ea3de7ba1d
commit a6843078af

View File

@ -353,6 +353,8 @@ void InsetCommandParams::Write(ostream & os, Buffer const * buffer) const
bib = token(data, ',', ++i);
}
data = newdata;
} else if (buffer && name == "options") {
data = buffer->includedFilePath(data, "bst");
}
os << name << ' '
<< Lexer::quoteString(data)