mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
ea3de7ba1d
commit
a6843078af
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user