We don't have formatToolTip in stable. Use wrap instead.

Sorry for the hassle.
This commit is contained in:
Juergen Spitzmueller 2017-01-13 11:32:36 +01:00
parent ca9c8dbde1
commit 6a0de80b6b
2 changed files with 4 additions and 2 deletions

View File

@ -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);

View File

@ -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