Re: Bug with multiple help messages, the last one is shown

2005-04-05 Thread Blaisorblade
Sorry for the late answer, Yahoo put your mail in its Spam folder, and I didn't check until now. On Tuesday 22 March 2005 21:00, Roman Zippel wrote: > Hi, > > On Tue, 22 Mar 2005, Blaisorblade wrote: > > I've verified multiple times that if we have a situation like this > > > > bool A > > depends

Re: Bug with multiple help messages, the last one is shown

2005-03-22 Thread Roman Zippel
Hi, On Tue, 22 Mar 2005, Blaisorblade wrote: > I've verified multiple times that if we have a situation like this > > bool A > depends on TRUE > help > Bla bla1 > > and > > bool A > depends on FALSE > help > Bla bla2 > > even if the first option is the displayed one, the help text used is

Bug with multiple help messages, the last one is shown

2005-03-22 Thread Blaisorblade
I've verified multiple times that if we have a situation like this bool A depends on TRUE help Bla bla1 and bool A depends on FALSE help Bla bla2 even if the first option is the displayed one, the help text used is the one for the second option (the absence of "prompt" is not relevant here