From 343037f0ec236d4ef23b7dc799943982f7d46cc1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 10 Feb 2004 13:24:12 +0000 Subject: Correct hberew svn-id: r12815 --- common/util.cpp | 2 +- common/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/util.cpp b/common/util.cpp index b5a1eab668..962f3d9afd 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -140,7 +140,7 @@ const LanguageDescription g_languages[] = { {"kr", "Korean", KO_KOR}, {"gb", "English (GB)", EN_GRB}, {"se", "Swedish", SE_SWE}, - {"hb", "Hebrew", HB_HEB}, + {"hb", "Hebrew", HB_ISR}, {"ru", "Russian", RU_RUS}, {"cz", "Czech", CZ_CZE}, {"nl", "Dutch", NL_NLD}, diff --git a/common/util.h b/common/util.h index 9496d233d8..7b91104523 100644 --- a/common/util.h +++ b/common/util.h @@ -107,7 +107,7 @@ enum Language { KO_KOR = 8, SE_SWE = 9, EN_GRB = 10, - HB_HEB = 20, + HB_ISR = 20, RU_RUS = 21, CZ_CZE = 22, NL_NLD = 23 -- cgit v1.2.3