* correct bug reference.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-07-12 13:47:06 +00:00
parent 4dfca52307
commit d3a17d2d5e

View File

@ -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";