Add tooltips

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38686 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-05-10 10:08:02 +00:00
parent db67e55e5f
commit cdb1f9a000
2 changed files with 12 additions and 4 deletions

View File

@ -3332,7 +3332,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
case RC_PATH_PREFIX: case RC_PATH_PREFIX:
str = _("Specify those directories which should be " 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."); "Use the OS native format.");
break; break;
@ -3491,7 +3491,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
case RC_TEXINPUTS_PREFIX: case RC_TEXINPUTS_PREFIX:
str = _("Specify those directories which should be " 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. " "A '.' represents the current document directory. "
"Use the OS native format."); "Use the OS native format.");
break; break;

View File

@ -46,7 +46,11 @@
</widget> </widget>
</item> </item>
<item row="10" column="1" colspan="2" > <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>
<item row="11" column="0"> <item row="11" column="0">
<widget class="QLabel" name="texinputsPrefixLA"> <widget class="QLabel" name="texinputsPrefixLA">
@ -59,7 +63,11 @@
</widget> </widget>
</item> </item>
<item row="11" column="1" colspan="2"> <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>
<item row="6" column="2" > <item row="6" column="2" >
<widget class="QPushButton" name="thesaurusDirPB" > <widget class="QPushButton" name="thesaurusDirPB" >