mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 22:41:09 +00:00
ws
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1894 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6f2999d291
commit
69672dbf0e
@ -43,6 +43,6 @@ void FormError::build()
|
|||||||
void FormError::update()
|
void FormError::update()
|
||||||
{
|
{
|
||||||
string const txt = formatted(controller().params(),
|
string const txt = formatted(controller().params(),
|
||||||
dialog_->message->w-10);
|
dialog_->message->w - 10);
|
||||||
fl_set_object_label(dialog_->message, txt.c_str());
|
fl_set_object_label(dialog_->message, txt.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user