[Scummvm-cvs-logs] scummvm master -> 8942a96bafaa8541383347318c19392ce949248a

criezy criezy at scummvm.org
Thu May 2 22:39:01 CEST 2013


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:
8942a96baf DREAMWEB: Change Spanish LOGON command to ACCESO


Commit: 8942a96bafaa8541383347318c19392ce949248a
    https://github.com/scummvm/scummvm/commit/8942a96bafaa8541383347318c19392ce949248a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2013-05-02T13:37:52-07:00

Commit Message:
DREAMWEB: Change Spanish LOGON command to ACCESO

Changed paths:
    engines/dreamweb/monitor.cpp



diff --git a/engines/dreamweb/monitor.cpp b/engines/dreamweb/monitor.cpp
index 2ac8ddc..0c9b8c2 100644
--- a/engines/dreamweb/monitor.cpp
+++ b/engines/dreamweb/monitor.cpp
@@ -171,7 +171,7 @@ bool DreamWebEngine::execCommand() {
 		"AYUDA",
 		"LISTA",
 		"LEER",
-		"IDENTIFICARSE",
+		"ACCESO",
 		"CLAVES",
 		NULL
 	};






More information about the Scummvm-git-logs mailing list