Fixed typo in an error message

This commit is contained in:
Charles Dang 2015-01-11 13:25:05 +11:00
parent b846039ed0
commit 59305a96c3

View file

@ -478,7 +478,7 @@ void tmouse_button<sdl_button_down,
}
if(mouse_over != mouse_focus_) {
WRN_GUI_E << LOG_HEADER << ". Mouse down on non focussed widget "
WRN_GUI_E << LOG_HEADER << ". Mouse down on non focused widget "
<< "and mouse not captured, we missed events.\n";
mouse_focus_ = mouse_over;
}