fixed spllng

svn-id: r4581
This commit is contained in:
Max Horn 2002-07-16 22:34:16 +00:00
parent 11973531b4
commit 0e141368b0
3 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ void Dialog::handleMouseDown(int x, int y, int button)
// Tell the new focused widget (if any) that it just gained the focus.
if (w)
w->recievedFocus();
w->receivedFocus();
_focusedWidget = w;
}