From ffbc3708f4f8d25ab0eb903bb2887f2cf375f3f1 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Fri, 8 Oct 2004 07:41:43 +0000 Subject: [PATCH] Add tooltip text on xindy/make-rules usage git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9062 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/lyxrc.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5202aa768b..7cd9874d17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-10-08 Martin Vermeer + + lyxrc.C: add to tooltip about using xindy to prefs (xforms) + 2004-10-07 Martin Vermeer * LaTeX.C: implement use of babel language in xindy. diff --git a/src/lyxrc.C b/src/lyxrc.C index 528116a4c5..1129afb870 100644 --- a/src/lyxrc.C +++ b/src/lyxrc.C @@ -2169,7 +2169,7 @@ string const LyXRC::getDescription(LyXRCTags tag) break; case RC_INDEX_COMMAND: - str = _("Define the options of makeindex (cf. man makeindex) or select an alternative compiler (e.g. xindy)."); + str = _("Define the options of makeindex (cf. man makeindex) or select an alternative compiler. E.g., using xindy/make-rules, the command string would be \"makeindex.sh -m $$lang\"."); break; case RC_CURSOR_FOLLOWS_SCROLLBAR: -- 2.39.2