]> git.lyx.org Git - features.git/commitdiff
We don't have formatToolTip in stable. Use wrap instead.
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 13 Jan 2017 10:32:36 +0000 (11:32 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 13 Jan 2017 10:32:36 +0000 (11:32 +0100)
Sorry for the hassle.

src/frontends/qt4/GuiBibtex.cpp
status.22x

index e232d2cdeee861789e4c3f752fa4bd540f99abaa..c29b6262a827bf70a023e8076e4f77f0740cf2ef 100644 (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);
index f55311407ea9ebe74930c8c9e19eb1e8fcb43e77..679f18f22f0937cbb995e3a4b6df4e341f762394 100644 (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