]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiTabular.cpp
GuiTabular.cpp: correct a comment
[features.git] / 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());