mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
fix from Otto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5755 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
554b7e2d3e
commit
dede9054f4
@ -1,3 +1,7 @@
|
||||
2002-11-30 John Levon <levon@movementarian.org>
|
||||
|
||||
* QParagraph.C: another fix from Otto Tronarp
|
||||
|
||||
2002-11-30 John Levon <levon@movementarian.org>
|
||||
|
||||
* various: string(widget->text()) is not good.
|
||||
|
@ -211,7 +211,7 @@ void QParagraph::apply()
|
||||
params.pagebreakTop(dialog_->pagebreakAbove->isChecked());
|
||||
params.pagebreakBottom(dialog_->pagebreakBelow->isChecked());
|
||||
// label width
|
||||
params.labelWidthString(string(dialog_->labelWidth->text()));
|
||||
params.labelWidthString(dialog_->labelWidth->text().latin1());
|
||||
// indendation
|
||||
params.noindent(dialog_->noindent->isChecked());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user