mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
GuiBibtex: Use appropriate title when using Biblatex
This commit is contained in:
parent
abc145f250
commit
e50a7d5b12
@ -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