diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index 7402a0539c..55c182a741 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -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());