On Tue, Sep 02, 2003 at 11:05:39AM +0200, Lars Gullik Bjønnes spake thusly: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Tue, Sep 02, 2003 at 09:34:04AM +0200, Lars Gullik Bjønnes spake thusly: > >> > >> John Levon <[EMAIL PROTECTED]> writes: > >> > >> | On Tue, Sep 02, 2003 at 01:19:58AM +0200, Lars Gullik Bj?nnes wrote: > >> > > >> >> Or begin reverting patches until it works again... > >> > > >> | btw, this is just one tiny part if you haven't tried using CVS lyx > >> | recently ... 40-50 regressions at least > >> > >> And not being able to load documents are the worst regressions of them > >> all, and it is quite new. (less than a week ( or two)) > >> > >> -- > >> Lgb > > > | This one is related to bformat usage in formulamacro.C:127. > > Are you saying that getInsetName() is the culprit?
No, but the following patch makes the user guide load for me: --- formulamacro.C 28 Aug 2003 07:41:31 -0000 1.134 +++ formulamacro.C 2 Sep 2003 10:10:28 -0000 @@ -124,7 +124,7 @@ void InsetFormulaMacro::read(std::istrea string InsetFormulaMacro::prefix() const { - return bformat(_(" Macro: %s: "), getInsetName()); + return bformat(_(" Macro: %1$s: "), getInsetName()); } > -- > Lgb > - Martin
pgp00000.pgp
Description: PGP signature