aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
authorMax Horn2002-07-16 22:34:16 +0000
committerMax Horn2002-07-16 22:34:16 +0000
commit0e141368b05ec69dd694460b19e04b315cb99f9b (patch)
tree8d3c7903c3d389368313b3d6174a18fede9edb43 /gui/dialog.cpp
parent11973531b43d92e11e9cdda7608d353e17d3e26f (diff)
downloadscummvm-rg350-0e141368b05ec69dd694460b19e04b315cb99f9b.tar.gz
scummvm-rg350-0e141368b05ec69dd694460b19e04b315cb99f9b.tar.bz2
scummvm-rg350-0e141368b05ec69dd694460b19e04b315cb99f9b.zip
fixed spllng
svn-id: r4581
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;
}