mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
parent
8184156f8f
commit
ca9c8dbde1
@ -107,6 +107,10 @@ 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. "
|
||||
"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.")));
|
||||
|
||||
bc().setPolicy(ButtonPolicy::NoRepeatedApplyReadOnlyPolicy);
|
||||
bc().setOK(okPB);
|
||||
bc().setCancel(closePB);
|
||||
|
@ -38,7 +38,7 @@
|
||||
<item row="1" column="0" colspan="2">
|
||||
<widget class="QListWidget" name="bibLW">
|
||||
<property name="toolTip">
|
||||
<string>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.</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::ExtendedSelection</enum>
|
||||
|
Loading…
Reference in New Issue
Block a user