[Scummvm-cvs-logs] SF.net SVN: scummvm:[46932] scummvm/trunk/common
sev at users.sourceforge.net
sev at users.sourceforge.net
Sun Jan 3 17:33:03 CET 2010
Revision: 46932
http://scummvm.svn.sourceforge.net/scummvm/?rev=46932&view=rev
Author: sev
Date: 2010-01-03 16:33:03 +0000 (Sun, 03 Jan 2010)
Log Message:
-----------
Sort language list (and showing that Lure is really broken).
Modified Paths:
--------------
scummvm/trunk/common/util.cpp
scummvm/trunk/common/util.h
Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp 2010-01-03 16:14:09 UTC (rev 46931)
+++ scummvm/trunk/common/util.cpp 2010-01-03 16:33:03 UTC (rev 46932)
@@ -192,6 +192,7 @@
{"de", "German", DE_DEU},
{"gr", "Greek", GR_GRE},
{"hb", "Hebrew", HB_ISR},
+ {"hu", "Hungarian", HU_HUN},
{"it", "Italian", IT_ITA},
{"jp", "Japanese", JA_JPN},
{"kr", "Korean", KO_KOR},
@@ -201,7 +202,6 @@
{"ru", "Russian", RU_RUS},
{"es", "Spanish", ES_ESP},
{"se", "Swedish", SE_SWE},
- {"hu", "Hungarian", HU_HUN},
{0, 0, UNK_LANG}
};
Modified: scummvm/trunk/common/util.h
===================================================================
--- scummvm/trunk/common/util.h 2010-01-03 16:14:09 UTC (rev 46931)
+++ scummvm/trunk/common/util.h 2010-01-03 16:33:03 UTC (rev 46932)
@@ -165,6 +165,7 @@
DE_DEU,
GR_GRE,
HB_ISR,
+ HU_HUN,
IT_ITA,
JA_JPN,
KO_KOR,
@@ -174,7 +175,6 @@
RU_RUS,
ES_ESP,
SE_SWE,
- HU_HUN,
UNK_LANG = -1 // Use default language (i.e. none specified)
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list