]> git.lyx.org Git - features.git/commitdiff
Backport fix for #7787.
authorRichard Heck <rgheck@comcast.net>
Mon, 5 Mar 2012 22:30:19 +0000 (22:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 5 Mar 2012 22:30:19 +0000 (22:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40861 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/FontUi.ui
status.20x

index efdde1ab708f2e64f00bd41f8a9500c4db310d7f..a266077793619304c61c23d15ec8e2769129bf7f 100644 (file)
@@ -16,7 +16,7 @@
    <item row="0" column="0" colspan="2">
     <widget class="QCheckBox" name="osFontsCB">
      <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 name="text">
       <string>&amp;Use non-TeX fonts (via XeTeX/LuaTeX)</string>
index 5b1e898714037c4f760b51469b877f3d5141f70b..2983ca7cb02bc44289f037d57ca863c492326ff2 100644 (file)
@@ -73,6 +73,8 @@ What's new
 - Allow the <Enter> key to add a new branch in document settings.
   Only <Ctrl+Enter> and numpad-<Enter> will also close the dialog.
 
+- Fix tooltip for "Use Non-TeX Fonts" (bug 7787).
+
 
 * DOCUMENTATION AND LOCALIZATION