]> git.lyx.org Git - features.git/commitdiff
Add tooltips
authorEnrico Forestieri <forenr@lyx.org>
Tue, 10 May 2011 10:08:02 +0000 (10:08 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 10 May 2011 10:08:02 +0000 (10:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38686 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXRC.cpp
src/frontends/qt4/ui/PrefPathsUi.ui

index 57c0856ac7f801bf7c51173194aa9ba12afae487..983eca3af5e1f68f78fb6dea87a0a11898beb6cc 100644 (file)
@@ -3332,7 +3332,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
 
        case RC_PATH_PREFIX:
                str = _("Specify those directories which should be "
-                        "prepended to the PATH environment variable. "
+                        "prepended to the PATH environment variable.\n"
                         "Use the OS native format.");
                break;
 
@@ -3491,7 +3491,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
 
        case RC_TEXINPUTS_PREFIX:
                str = _("Specify those directories which should be "
-                        "prepended to the TEXINPUTS environment variable. "
+                        "prepended to the TEXINPUTS environment variable.\n"
                         "A '.' represents the current document directory. "
                         "Use the OS native format.");
                break;
index 5f7797d65346fb41293fe2f763247191df06fe57..b1792c5328bec6e791d998a183475d3e289d8359 100644 (file)
     </widget>
    </item>
    <item row="10" column="1" colspan="2" >
-    <widget class="QLineEdit" name="pathPrefixED"/>
+    <widget class="QLineEdit" name="pathPrefixED">
+     <property name="toolTip">
+      <string>Specify those directories which should be prepended to the PATH environment variable.&#x0a;Use the OS native format.</string>
+     </property>
+    </widget>
    </item>
    <item row="11" column="0">
     <widget class="QLabel" name="texinputsPrefixLA">
     </widget>
    </item>
    <item row="11" column="1" colspan="2">
-    <widget class="QLineEdit" name="texinputsPrefixED"/>
+    <widget class="QLineEdit" name="texinputsPrefixED">
+     <property name="toolTip">
+      <string>Specify those directories which should be prepended to the TEXINPUTS environment variable.&#x0a;A '.' represents the current document directory. Use the OS native format.</string>
+     </property>
+    </widget>
    </item>
    <item row="6" column="2" >
     <widget class="QPushButton" name="thesaurusDirPB" >