On Thursday 13 March 2003 11:06 am, [EMAIL PROTECTED] wrote:
> CVSROOT:      /usr/local/lyx/cvsroot
> Module name:  lyx-devel
> Repository:   lyx-devel/src/insets/
> Changes by:   [EMAIL PROTECTED]       03/03/13 11:06:12
>
> Modified files:
>       lyx-devel/src/insets/: Makefile.am inset.h
> Added files:
>       lyx-devel/src/insets/: insetenv.C insetenv.h
>
> Log message:
>       the environment insets. not active yet.

André, does there not need to be s space after the "Environment" string?

void InsetEnvironment::write(Buffer const * buf, ostream & os) const {
        os << "Environment" << getInsetName() << "\"\n"

Angus

Reply via email to