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

Max Horn fingolfin at users.sourceforge.net
Tue Feb 10 04:41:23 CET 2004


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

Modified Files:
	util.h util.cpp 
Log Message:
NL = NetherLands, NederLanden, NiederLande - NO is Norway

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- util.h	10 Feb 2004 04:59:02 -0000	1.38
+++ util.h	10 Feb 2004 12:37:40 -0000	1.39
@@ -110,7 +110,7 @@
 	HB_HEB = 20,
 	RU_RUS = 21,
 	CZ_CZE = 22,
-	NL_NOR = 23
+	NL_NLD = 23
 };
 
 struct LanguageDescription {

Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- util.cpp	10 Feb 2004 12:36:15 -0000	1.35
+++ util.cpp	10 Feb 2004 12:37:40 -0000	1.36
@@ -143,7 +143,7 @@
 	{"hb", "Hebrew", HB_HEB},
 	{"ru", "Russian", RU_RUS},
 	{"cz", "Czech", CZ_CZE},
-	{"nl", "NederLanden", NL_NLD},
+	{"nl", "Dutch", NL_NLD},
 	{0, 0, UNK_LANG}
 };
 





More information about the Scummvm-git-logs mailing list