[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.60.2.1,1.60.2.2 util.h,1.56.2.1,1.56.2.2

kirben kirben at users.sourceforge.net
Tue Nov 22 16:39:02 CET 2005


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26850/common

Modified Files:
      Tag: branch-0-8-0
	util.cpp util.h 
Log Message:

Back port Polish support for Simon2.


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.60.2.1
retrieving revision 1.60.2.2
diff -u -d -r1.60.2.1 -r1.60.2.2
--- util.cpp	18 Oct 2005 02:11:18 -0000	1.60.2.1
+++ util.cpp	23 Nov 2005 00:38:23 -0000	1.60.2.2
@@ -125,6 +125,7 @@
 	{"cz", "Czech", CZ_CZE},
 	{"nl", "Dutch", NL_NLD},
 	{"nb", "Norwegian Bokm\xE5l", NB_NOR},
+	{"pl", "Polish", PL_POL},
 	{0, 0, UNK_LANG}
 };
 

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.56.2.1
retrieving revision 1.56.2.2
diff -u -d -r1.56.2.1 -r1.56.2.2
--- util.h	18 Oct 2005 02:11:18 -0000	1.56.2.1
+++ util.h	23 Nov 2005 00:38:23 -0000	1.56.2.2
@@ -106,7 +106,8 @@
 	RU_RUS = 21,
 	CZ_CZE = 22,
 	NL_NLD = 23,
-	NB_NOR = 24
+	NB_NOR = 24,
+	PL_POL = 25
 };
 
 struct LanguageDescription {





More information about the Scummvm-git-logs mailing list