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
ed1b67b7ca
commit
4ac94fecb6
@ -304,6 +304,11 @@ void GuiBibtex::updateContents()
|
|||||||
bool bibtopic = usingBibtopic();
|
bool bibtopic = usingBibtopic();
|
||||||
bool biblatex = usingBiblatex();
|
bool biblatex = usingBiblatex();
|
||||||
|
|
||||||
|
if (biblatex)
|
||||||
|
setTitle(qt_("Biblatex Bibliography"));
|
||||||
|
else
|
||||||
|
setTitle(qt_("BibTeX Bibliography"));
|
||||||
|
|
||||||
databaseLW->clear();
|
databaseLW->clear();
|
||||||
|
|
||||||
docstring bibs = params_["bibfiles"];
|
docstring bibs = params_["bibfiles"];
|
||||||
|
Loading…
Reference in New Issue
Block a user