[Scummvm-cvs-logs] SF.net SVN: scummvm: [26846] scummvm/trunk/engines/touche/ui.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue May 15 18:25:44 CEST 2007


Revision: 26846
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26846&view=rev
Author:   eriktorbjorn
Date:     2007-05-15 09:25:34 -0700 (Tue, 15 May 2007)

Log Message:
-----------
Removed the case for the Italian version from displayQuitDialog(). According to
cyx, it uses the same keys as the English version. Odd.

Modified Paths:
--------------
    scummvm/trunk/engines/touche/ui.cpp

Modified: scummvm/trunk/engines/touche/ui.cpp
===================================================================
--- scummvm/trunk/engines/touche/ui.cpp	2007-05-15 13:01:36 UTC (rev 26845)
+++ scummvm/trunk/engines/touche/ui.cpp	2007-05-15 16:25:34 UTC (rev 26846)
@@ -565,12 +565,13 @@
 					}
 					break;
 				case Common::ES_ESP:
-				case Common::IT_ITA:
 					if (event.kbd.ascii == 's' || event.kbd.ascii == 'S') {
 						ret = 1;
 					}
 					break;
 				default:
+					// According to cyx, the Italian version uses the same
+					// keys as the English one.
 					if (event.kbd.ascii == 'y' || event.kbd.ascii == 'Y') {
 						ret = 1;
 					}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list