Message translation related bug.

2000-10-06 Thread Pauli Virtanen
This bug appears (at least) in the lyx-1_1_5 CVS (October 4th 2000) LyX dumps core when a writable document is open, and the toolbar button "Toggle user defined style" (With text "Font" and downarrow below it) is clicked. This appears only on locales where the message "No change" is translated.

Re: Message translation related bug.

2000-10-10 Thread Jean-Marc Lasgouttes
> "Pauli" == Pauli Virtanen <[EMAIL PROTECTED]> writes: Pauli> This bug appears (at least) in the lyx-1_1_5 CVS (October 4th Pauli> 2000) LyX dumps core when a writable document is open, and the Pauli> toolbar button "Toggle user defined style" (With text "Font" Pauli> and downarrow below it)

Re: Message translation related bug.

2000-10-10 Thread Dekel Tsur
On Tue, Oct 10, 2000 at 12:09:16PM +0200, Jean-Marc Lasgouttes wrote: > > "Pauli" == Pauli Virtanen <[EMAIL PROTECTED]> writes: > > Pauli> This bug appears (at least) in the lyx-1_1_5 CVS (October 4th > Pauli> 2000) LyX dumps core when a writable document is open, and the > Pauli> toolbar but

Re: Message translation related bug.

2000-10-10 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> I think that the attached patch will fix the problem (this fix Dekel> is already present in 1.1.6). Thanks. This looks indeed very reasonable. Dekel> BTW, when do you plan to release 1.1.5fix2? As soon as possible. I was waiting fo

Re: Message translation related bug.

2000-10-10 Thread Allan Rae
On 10 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > Dekel> BTW, when do you plan to release 1.1.5fix2? > > As soon as possible. I was waiting for this fix, and maybe another one > I don't remember now ;) If you're thinking of the output of lyx

Re: Message translation related bug.

2000-10-11 Thread Dekel Tsur
On Tue, Oct 10, 2000 at 07:00:16PM +0200, Dekel Tsur wrote: > I think that the attached patch will fix the problem (this fix is already > present in 1.1.6). > > diff -u -p -r1.37.2.1 lyx_gui.C > --- src/lyx_gui.C 2000/07/10 14:14:18 1.37.2.1 > +++ src/lyx_gui.C 2000/10/10 16:57:09

Re: Message translation related bug.

2000-10-12 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: >> As soon as possible. I was waiting for this fix, and maybe another >> one I don't remember now ;) Allan> If you're thinking of the output of lyxcode environment I Allan> haven't seen any problems with 1.1.5fix-cvs. At least nothing Allan

Re: Message translation related bug.

2000-10-12 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Perhaps it is better to use combo_language2->select(1) instead Dekel> of combo_language2-> select_text(..), Dekel> or use the addline method instead of the addto method (the Dekel> addline method selects automatically the first added

Re: Message translation related bug.

2000-10-12 Thread Dekel Tsur
On Thu, Oct 12, 2000 at 01:43:24PM +0200, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> Perhaps it is better to use combo_language2->select(1) instead > Dekel> of combo_language2-> select_text(..), > Dekel> or use the addline method instead of th

Re: Message translation related bug.

2000-10-13 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Perhaps it is better to use combo_language2->select(1) instead Dekel> of combo_language2-> select_text(..), Dekel> or use the addline method instead of the addto method (the Dekel> addline method selects automatically the first added