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:
John Levon 2002-11-30 21:05:03 +00:00
parent 554b7e2d3e
commit dede9054f4
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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());