compile fix (because of widget renaming)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5647 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2002-11-15 21:00:04 +00:00
parent 71083940d7
commit 2260f1d442
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
2002-11-12 Edwin Leuven <leuven@fee.uva.nl>
2002-11-15 Edwin Leuven <leuven@fee.uva.nl>
* QTabular.C: compile fixes
2002-11-15 Edwin Leuven <leuven@fee.uva.nl>
* ui/QTabularDialog.ui: some relabelling

View File

@ -62,12 +62,12 @@ void QTabular::update_contents()
bool const multicol(tabular->IsMultiColumn(cell));
dialog_->MulticolumnCB->setChecked(multicol);
dialog_->multicolumnCB->setChecked(multicol);
dialog_->rotateCellCB->setChecked(tabular->GetRotateCell(cell));
dialog_->rotateTabularCB->setChecked(tabular->GetRotateTabular());
dialog_->LongtabularCB->setChecked(tabular->IsLongTabular());
dialog_->longTabularCB->setChecked(tabular->IsLongTabular());
#if 0
if (tabular->IsMultiColumn(cell)) {