From 2fc9d6845b51dd589995891681ac01d241e9a2c9 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Mon, 12 Apr 2010 21:21:06 +0000 Subject: Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language svn-id: r48645 --- common/util.cpp | 3 ++- common/util.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'common') 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, -- cgit v1.2.3