git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1894 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-04-04 21:53:26 +00:00
parent 6f2999d291
commit 69672dbf0e

View File

@ -43,6 +43,6 @@ void FormError::build()
void FormError::update()
{
string const txt = formatted(controller().params(),
dialog_->message->w-10);
dialog_->message->w - 10);
fl_set_object_label(dialog_->message, txt.c_str());
}