Backport fix for #7787.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40861 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2012-03-05 22:30:19 +00:00
parent e377fa3168
commit ec5a0965d3
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="osFontsCB"> <widget class="QCheckBox" name="osFontsCB">
<property name="toolTip"> <property name="toolTip">
<string>Use OpenType and TrueType fonts directly (requires XeTeX or LuaTeX)</string> <string>Use OpenType and TrueType fonts with the fontspec package (requires XeTeX or LuaTeX)</string>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Use non-TeX fonts (via XeTeX/LuaTeX)</string> <string>&amp;Use non-TeX fonts (via XeTeX/LuaTeX)</string>

View File

@ -73,6 +73,8 @@ What's new
- Allow the <Enter> key to add a new branch in document settings. - Allow the <Enter> key to add a new branch in document settings.
Only <Ctrl+Enter> and numpad-<Enter> will also close the dialog. Only <Ctrl+Enter> and numpad-<Enter> will also close the dialog.
- Fix tooltip for "Use Non-TeX Fonts" (bug 7787).
* DOCUMENTATION AND LOCALIZATION * DOCUMENTATION AND LOCALIZATION