GuiBibtex: Use appropriate title when using Biblatex

This commit is contained in:
Juergen Spitzmueller 2017-09-10 10:57:48 +02:00
parent ed1b67b7ca
commit 4ac94fecb6

View File

@ -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"];