Fixed capitalization in an error message.
This commit is contained in:
parent
547db1d0ef
commit
4660ccb8d7
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ void tscrollbar_::recalculate()
|
|||
assert(window);
|
||||
window->invalidate_layout();
|
||||
ERR_GUI_G << LOG_HEADER
|
||||
<< " Can't recalculate size, force a Window layout phase.\n";
|
||||
<< " Can't recalculate size, force a window layout phase.\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue