aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOri Avtalion2010-04-12 21:21:06 +0000
committerOri Avtalion2010-04-12 21:21:06 +0000
commit2fc9d6845b51dd589995891681ac01d241e9a2c9 (patch)
treedf054e0e7ca91a179ab140fd5c2961f4e0345598 /common
parent3b252cb4c50494a60ddd3f40589336a757024f3e (diff)
downloadscummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.tar.gz
scummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.tar.bz2
scummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.zip
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language
svn-id: r48645
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp3
-rw-r--r--common/util.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 19e727d672..742eb0035d 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -116,7 +116,8 @@ const LanguageDescription g_languages[] = {
{"fr", "French", FR_FRA},
{"de", "German", DE_DEU},
{"gr", "Greek", GR_GRE},
- {"hb", "Hebrew", HB_ISR},
+ {"he", "Hebrew", HE_ISR},
+ {"hb", "Hebrew", HE_ISR}, // Deprecated
{"hu", "Hungarian", HU_HUN},
{"it", "Italian", IT_ITA},
{"jp", "Japanese", JA_JPN},
diff --git a/common/util.h b/common/util.h
index 865f5e6217..0b7a44f5b3 100644
--- a/common/util.h
+++ b/common/util.h
@@ -102,7 +102,7 @@ enum Language {
FR_FRA,
DE_DEU,
GR_GRE,
- HB_ISR,
+ HE_ISR,
HU_HUN,
IT_ITA,
JA_JPN,