[Scummvm-cvs-logs] scummvm master -> 6fd6291390883506889420564f758590689b1864

clone2727 clone2727 at gmail.com
Wed Mar 9 23:54:17 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6fd6291390 MOHAWK: Fix typo in the Riven missing executable dialog


Commit: 6fd6291390883506889420564f758590689b1864
    https://github.com/scummvm/scummvm/commit/6fd6291390883506889420564f758590689b1864
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-09T14:53:11-08:00

Commit Message:
MOHAWK: Fix typo in the Riven missing executable dialog

Changed paths:
    engines/mohawk/riven.cpp



diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index 6b8fec5..e9742e0 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());






More information about the Scummvm-git-logs mailing list