On Tue, Oct 03, 2006 at 07:56:28AM -0000, [EMAIL PROTECTED] wrote: > Author: baum > Date: Tue Oct 3 09:56:27 2006 > New Revision: 15204 > > URL: http://www.lyx.org/trac/changeset/15204 > Log: > Missing bits of the std::string -> hullType change of InsetMathHull::type_. > Now we write again \begin{align} instead of \begin{4} to .lyx and .tex. > * src/mathed/InsetMathHull.C > (InsetMathHull::header_write): write type name, not type_. > Use switch instead of if for better readability. > (InsetMathHull::footer_write): ditto > (InsetMathHull::mutate): write type name, not type_ > (InsetMathHull::normalize): ditto > (InsetMathHull::infoize): ditto
Hmpf. Andre'