From 6a0de80b6bada04427d9c2c7b69c0bb65823a91c Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 13 Jan 2017 11:32:36 +0100 Subject: [PATCH] We don't have formatToolTip in stable. Use wrap instead. Sorry for the hassle. --- src/frontends/qt4/GuiBibtex.cpp | 4 ++-- status.22x | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiBibtex.cpp b/src/frontends/qt4/GuiBibtex.cpp index e232d2cdee..c29b6262a8 100644 --- a/src/frontends/qt4/GuiBibtex.cpp +++ b/src/frontends/qt4/GuiBibtex.cpp @@ -107,9 +107,9 @@ GuiBibtex::GuiBibtex(GuiView & lv) connect(add_->closePB, SIGNAL(clicked()), add_, SLOT(reject())); - add_->bibLW->setToolTip(formatToolTip(qt_("This list consists of all databases that are indexed by LaTeX and thus are found without a file path. " + add_->bibLW->setToolTip(toqstr(wrap(_("This list consists of all databases that are indexed by LaTeX and thus are found without a file path. " "This is usually everything in the bib/ subdirectory of LaTeX's texmf tree. " - "If you want to reuse your own database, this is the place you should store it."))); + "If you want to reuse your own database, this is the place you should store it.")))); bc().setPolicy(ButtonPolicy::NoRepeatedApplyReadOnlyPolicy); bc().setOK(okPB); diff --git a/status.22x b/status.22x index f55311407e..679f18f22f 100644 --- a/status.22x +++ b/status.22x @@ -60,6 +60,8 @@ What's new - Improve display speed, especially when compiled against Qt 4.x. +- Polish the BibTeX add dialog (bug 9795). + * DOCUMENTATION AND LOCALIZATION -- 2.39.5