Re: [PATCH] length-choices

2002-07-23 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Tuesday 23 July 2002 2:18 pm, Herbert Voss wrote: >> please apply (cvs), it removes the hardcoded choices for the >> lengths, which are now build from lengthcommon.C in >> frontend/controllers/helper_funcs.C Angus> Herbert, I'm

Re: [PATCH] length-choices

2002-07-23 Thread Angus Leeming
On Tuesday 23 July 2002 2:18 pm, Herbert Voss wrote: > please apply (cvs), > it removes the hardcoded choices for the lengths, which are now > build from lengthcommon.C in frontend/controllers/helper_funcs.C Herbert, I'm afraid that the subst(choice_str, "%", "%%"); part is xforms-specif

Re: [PATCH] length-choices

2002-07-23 Thread Edwin Leuven
> please apply (cvs), > it removes the hardcoded choices for the lengths, which are now > build from lengthcommon.C in frontend/controllers/helper_funcs.C +string const getAllLengthChoice() +string const getUnitLengthChoice() isn't returning string xforms specific? For the qt frontend I need v

[PATCH] length-choices

2002-07-23 Thread Herbert Voss
please apply (cvs), it removes the hardcoded choices for the lengths, which are now build from lengthcommon.C in frontend/controllers/helper_funcs.C removes also some double written code Herbert -- http://www.lyx.org/help/ Index: src/frontends/controllers/ChangeLog ==