Re: [PATCH] fix part of bug 5348

2008-11-05 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > On Wednesday 05 November 2008 13:50:11 Jean-Marc Lasgouttes wrote: >> This patch solves part of bug 5348 >> http://bugzilla.lyx.org/show_bug.cgi?id=5348 >> >> It inserts the text of inset info in the language of the document (to >> avoid blue underlines). N

Re: [PATCH] fix part of bug 5348

2008-11-05 Thread José Matos
On Wednesday 05 November 2008 13:50:11 Jean-Marc Lasgouttes wrote: > This patch solves part of bug 5348 > http://bugzilla.lyx.org/show_bug.cgi?id=5348 > > It inserts the text of inset info in the language of the document (to > avoid blue underlines). Note that the strings themselves are in the > la

[PATCH] fix part of bug 5348

2008-11-05 Thread Jean-Marc Lasgouttes
This patch solves part of bug 5348 http://bugzilla.lyx.org/show_bug.cgi?id=5348 It inserts the text of inset info in the language of the document (to avoid blue underlines). Note that the strings themselves are in the language of the interface, but at least we avoid blue lines. I propose to appl