[Scummvm-cvs-logs] SF.net SVN: scummvm:[54713] scummvm/trunk/backends/platform/wii/osystem.cpp
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Wed Dec 1 20:46:47 CET 2010
Revision: 54713
http://scummvm.svn.sourceforge.net/scummvm/?rev=54713&view=rev
Author: jvprat
Date: 2010-12-01 19:46:46 +0000 (Wed, 01 Dec 2010)
Log Message:
-----------
WII: Let the base backend decide the default detected language.
Modified Paths:
--------------
scummvm/trunk/backends/platform/wii/osystem.cpp
Modified: scummvm/trunk/backends/platform/wii/osystem.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/osystem.cpp 2010-12-01 18:22:36 UTC (rev 54712)
+++ scummvm/trunk/backends/platform/wii/osystem.cpp 2010-12-01 19:46:46 UTC (rev 54713)
@@ -361,7 +361,7 @@
} else {
// This will only happen when new languages are added to the API.
warning("WII: Unknown system language: %d", langID);
- return "";
+ return BaseBackend::getSystemLanguage();
}
}
#endif // !GAMECUBE
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