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

Max Horn fingolfin at users.sourceforge.net
Sat Sep 3 13:00:17 CEST 2005


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

Modified Files:
	util.cpp 
Log Message:
Avoid putting non-ASCII chars into source files

Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- util.cpp	30 Jul 2005 21:10:58 -0000	1.58
+++ util.cpp	3 Sep 2005 19:59:33 -0000	1.59
@@ -124,7 +124,7 @@
 	{"ru", "Russian", RU_RUS},
 	{"cz", "Czech", CZ_CZE},
 	{"nl", "Dutch", NL_NLD},
-	{"nb", "Norwegian Bokmål", NB_NOR},
+	{"nb", "Norwegian Bokm\xE5l", NB_NOR},
 	{0, 0, UNK_LANG}
 };
 





More information about the Scummvm-git-logs mailing list