[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.36,1.37 util.h,1.39,1.40

Travis Howell kirben at users.sourceforge.net
Tue Feb 10 05:28:05 CET 2004


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

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

Correct hberew


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- util.cpp	10 Feb 2004 12:37:40 -0000	1.36
+++ util.cpp	10 Feb 2004 13:24:12 -0000	1.37
@@ -140,7 +140,7 @@
 	{"kr", "Korean", KO_KOR},
 	{"gb", "English (GB)", EN_GRB},
 	{"se", "Swedish", SE_SWE},
-	{"hb", "Hebrew", HB_HEB},
+	{"hb", "Hebrew", HB_ISR},
 	{"ru", "Russian", RU_RUS},
 	{"cz", "Czech", CZ_CZE},
 	{"nl", "Dutch", NL_NLD},

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- util.h	10 Feb 2004 12:37:40 -0000	1.39
+++ util.h	10 Feb 2004 13:24:12 -0000	1.40
@@ -107,7 +107,7 @@
 	KO_KOR = 8,
 	SE_SWE = 9,
 	EN_GRB = 10,
-	HB_HEB = 20,
+	HB_ISR = 20,
 	RU_RUS = 21,
 	CZ_CZE = 22,
 	NL_NLD = 23





More information about the Scummvm-git-logs mailing list