[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.62,1.63 util.h,1.58,1.59

kirben kirben at users.sourceforge.net
Thu Nov 17 17:00:01 CET 2005


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

Modified Files:
	util.cpp util.h 
Log Message:

Add Polish version of Simon the Sorcerer 2 (Windows).


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- util.cpp	12 Nov 2005 06:04:32 -0000	1.62
+++ util.cpp	18 Nov 2005 00:59:47 -0000	1.63
@@ -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.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- util.h	12 Nov 2005 06:04:32 -0000	1.58
+++ util.h	18 Nov 2005 00:59:47 -0000	1.59
@@ -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