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 --- engines/queen/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/queen/graphics.cpp') diff --git a/engines/queen/graphics.cpp b/engines/queen/graphics.cpp index 6d0a11ccfe..c4f25d815d 100644 --- a/engines/queen/graphics.cpp +++ b/engines/queen/graphics.cpp @@ -514,7 +514,7 @@ void Graphics::setBobText(const BobSlot *pbs, const char *text, int textX, int t // Hebrew strings are written from right to left and should be cut // to lines in reverse - if (_vm->resource()->getLanguage() == Common::HB_ISR) { + if (_vm->resource()->getLanguage() == Common::HE_ISR) { for (i = length - 1; i >= 0; i--) { lineLength++; -- cgit v1.2.3