mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
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:
parent
71083940d7
commit
2260f1d442
@ -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
|
||||
|
||||
|
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user