From a165cec7542fe1da00aa69f26fd1778149835fd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 7 Jul 2009 19:24:07 +0000 Subject: [PATCH] GuiTabular.cpp: correct a comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30407 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiTabular.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()); -- 2.39.2