From cdb1f9a000dc5b14048d4bdc18a16212b1262021 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Tue, 10 May 2011 10:08:02 +0000 Subject: [PATCH] Add tooltips git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38686 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXRC.cpp | 4 ++-- src/frontends/qt4/ui/PrefPathsUi.ui | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 57c0856ac7..983eca3af5 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -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; diff --git a/src/frontends/qt4/ui/PrefPathsUi.ui b/src/frontends/qt4/ui/PrefPathsUi.ui index 5f7797d653..b1792c5328 100644 --- a/src/frontends/qt4/ui/PrefPathsUi.ui +++ b/src/frontends/qt4/ui/PrefPathsUi.ui @@ -46,7 +46,11 @@ - + + + Specify those directories which should be prepended to the PATH environment variable. Use the OS native format. + + @@ -59,7 +63,11 @@ - + + + Specify those directories which should be prepended to the TEXINPUTS environment variable. A '.' represents the current document directory. Use the OS native format. + + -- 2.39.5