From: Jürgen Spitzmüller Date: Sun, 12 Jul 2009 13:47:06 +0000 (+0000) Subject: * correct bug reference. X-Git-Tag: 2.0.0~6076 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d3a17d2d5ed0abc08906dd6d25b71aaa43dcb57b;p=features.git * correct bug reference. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30503 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index aa9ceb85a8..1059935cf5 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -2310,7 +2310,7 @@ int Tabular::TeXRow(odocstream & os, row_type i, if (row_info[i].caption && !endfirsthead.empty && !haveLTFirstHead()) // if no first header and no empty first header is used, // the caption needs to be terminated by \endfirsthead - // (bug 6056) + // (bug 6057) os << "\\endfirsthead"; else os << "\\tabularnewline";