mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiBibtex: Use appropriate title when using Biblatex
This commit is contained in:
parent
ed1b67b7ca
commit
4ac94fecb6
@ -304,6 +304,11 @@ void GuiBibtex::updateContents()
|
||||
bool bibtopic = usingBibtopic();
|
||||
bool biblatex = usingBiblatex();
|
||||
|
||||
if (biblatex)
|
||||
setTitle(qt_("Biblatex Bibliography"));
|
||||
else
|
||||
setTitle(qt_("BibTeX Bibliography"));
|
||||
|
||||
databaseLW->clear();
|
||||
|
||||
docstring bibs = params_["bibfiles"];
|
||||
|
Loading…
Reference in New Issue
Block a user