From 0e141368b05ec69dd694460b19e04b315cb99f9b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Jul 2002 22:34:16 +0000 Subject: fixed spllng svn-id: r4581 --- gui/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/dialog.cpp') diff --git a/gui/dialog.cpp b/gui/dialog.cpp index ddeb45dc2b..03b19b5062 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -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; } -- cgit v1.2.3