]> git.lyx.org Git - features.git/commitdiff
* correct bug reference.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 12 Jul 2009 13:47:06 +0000 (13:47 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 12 Jul 2009 13:47:06 +0000 (13:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30503 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index aa9ceb85a84cdff06c52a47f5d8d751f7d907272..1059935cf5100aa3812cd8aa128231910d19a241 100644 (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";