mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
We don't have formatToolTip in stable. Use wrap instead.
Sorry for the hassle.
This commit is contained in:
parent
ca9c8dbde1
commit
6a0de80b6b
@ -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);
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user