[Scummvm-cvs-logs] CVS: scummvm/common util.h,1.32,1.33 util.cpp,1.27,1.28

Jonathan Gray khalek at users.sourceforge.net
Tue Jan 6 04:28:01 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv11085

Modified Files:
	util.h util.cpp 
Log Message:
start work on czech subtitle support, not finished

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- util.h	30 Dec 2003 19:07:55 -0000	1.32
+++ util.h	6 Jan 2004 12:27:28 -0000	1.33
@@ -108,7 +108,8 @@
 	SE_SWE = 9,
 	EN_GRB = 10,
 	HB_HEB = 20,
-	RU_RUS = 21
+	RU_RUS = 21,
+	CZ_CZE = 22
 };
 
 struct LanguageDescription {

Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- util.cpp	30 Dec 2003 19:07:55 -0000	1.27
+++ util.cpp	6 Jan 2004 12:27:28 -0000	1.28
@@ -142,6 +142,7 @@
 	{"se", "Swedish", SE_SWE},
 	{"hb", "Hebrew", HB_HEB},
 	{"ru", "Russian", RU_RUS},
+	{"cz", "Czech", CZ_CZE},
 	{0, 0, UNK_LANG}
 };
 





More information about the Scummvm-git-logs mailing list