Fixed capitalization in an error message.

This commit is contained in:
Steven Panek 2011-10-21 20:07:12 +00:00
parent 547db1d0ef
commit 4660ccb8d7

View file

@ -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;
}