GuiTabular.cpp: correct a comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30407 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-07-07 19:24:07 +00:00
parent 4fba1a5643
commit a165cec754

View File

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