From: Jean-Marc Lasgouttes Date: Mon, 28 Jul 2003 13:04:40 +0000 (+0000) Subject: cosmetic fix X-Git-Tag: 1.6.10~16417 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3ac99e899fb8bef7282c6edbd5b5f74b4364d843;p=features.git cosmetic fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7414 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 0effad0a6b..1df6c2c94c 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2003-07-28 Jean-Marc Lasgouttes + + * insettabular.C (write): remove extra space + 2003-07-28 Martin Vermeer * insetnote.C: Umpf. Hope I *now* get it right :-( diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index 6cfbe6d738..c001980299 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -224,7 +224,7 @@ void InsetTabular::buffer(Buffer * b) void InsetTabular::write(Buffer const * buf, ostream & os) const { - os << " Tabular" << endl; + os << "Tabular" << endl; tabular.write(buf, os); }