On Thu, May 30, 2002 at 11:31:56AM +0300, Martin Vermeer wrote: ... > The following script fixes my .lyx files after conversion to lyx 1.2.0. > I think this issue should be prominently announced, and fixed *at the > source* for 1.2.1 (or 1.2.0fix1?)
The attached patch does the job for 1.2.0 tar -- very trivial (did I miss something?). Please apply. Martin
--- lyxlength.C.old Thu May 30 13:24:51 2002
+++ lyxlength.C Thu May 30 13:26:09 2002
@@ -58,7 +58,7 @@
return subst(oldLength,"l%","line%");
} else if (oldLength.find("p%") != string::npos)
- return subst(oldLength,"p%","page%");
+ return subst(oldLength,"p%","text%");
return oldLength;
}
msg38778/pgp00000.pgp
Description: PGP signature
