aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-03-09 17:22:39 -0500
committerMatthew Hoops2011-03-09 17:53:11 -0500
commit6fd6291390883506889420564f758590689b1864 (patch)
tree033584575650d7292aed9bb7f2232f2e8e1ac589 /engines/mohawk/riven.cpp
parent5ed102ded992a1b22481ddbb73ef292e5f4e2a77 (diff)
downloadscummvm-rg350-6fd6291390883506889420564f758590689b1864.tar.gz
scummvm-rg350-6fd6291390883506889420564f758590689b1864.tar.bz2
scummvm-rg350-6fd6291390883506889420564f758590689b1864.zip
MOHAWK: Fix typo in the Riven missing executable dialog
Diffstat (limited to 'engines/mohawk/riven.cpp')
-rw-r--r--engines/mohawk/riven.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index 6b8fec58a4..e9742e0bc2 100644
--- a/engines/mohawk/riven.cpp
+++ b/engines/mohawk/riven.cpp
@@ -136,7 +136,7 @@ Common::Error MohawkEngine_Riven::run() {
// We need to have a cursor source, or the game won't work
if (!_cursor->hasSource()) {
- Common::String message = "You're missing a Riven executable. The Windows executable is 'riven.exe' or 'rivendemo.exe'. ";
+ Common::String message = "You're missing a Riven executable. The Windows executable is 'riven.exe' or 'rivendmo.exe'. ";
message += "Using the 'arcriven.z' installer file also works. In addition, you can use the Mac 'Riven' executable.";
GUIErrorMessage(message);
warning("%s", message.c_str());