aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}