From: Juergen Spitzmueller Date: Fri, 13 Jan 2017 10:32:36 +0000 (+0100) Subject: We don't have formatToolTip in stable. Use wrap instead. X-Git-Tag: 2.2.3~94 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6a0de80b6bada04427d9c2c7b69c0bb65823a91c;p=features.git We don't have formatToolTip in stable. Use wrap instead. Sorry for the hassle. --- 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