* correct bug reference.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30502 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-07-12 13:46:32 +00:00
parent d78bc34d3b
commit c608834725

View File

@ -2259,7 +2259,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";