]> git.lyx.org Git - features.git/commitdiff
GuiTabular.cpp: correct a comment
authorUwe Stöhr <uwestoehr@web.de>
Tue, 7 Jul 2009 19:24:07 +0000 (19:24 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 7 Jul 2009 19:24:07 +0000 (19:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30407 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiTabular.cpp

index 7402a0539ce8f5427f2a3fb0ce513041e3d7fbbe..55c182a741e919549c039185ecd4c1e9c1a77655 100644 (file)
@@ -865,8 +865,8 @@ void GuiTabular::updateContents()
 
        row_set = tabular_.getRowOfLTFirstHead(row, ltt);
        // check if setting a first header is allowed
-       // additionally check firstheaderStatusCB because when this is the
-       // case a first header makes no sense
+       // additionally check firstheaderNoContentsCB because when this is
+       // the case a first header makes no sense
        firstheaderStatusCB->setEnabled(
                funcEnabled(Tabular::SET_LTFIRSTHEAD)
                && !firstheaderNoContentsCB->isChecked());