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
This commit is contained in:
Martin Vermeer 2004-10-08 07:41:43 +00:00
parent a566db1d51
commit ffbc3708f4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-08 Martin Vermeer <martin.vermeer@hut.fi>
lyxrc.C: add to tooltip about using xindy to prefs (xforms)
2004-10-07 Martin Vermeer <martin.vermeer@hut.fi>
* LaTeX.C: implement use of babel language in xindy.

View File

@ -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: