From 7c289cad0a896b092deb01d00618dcee8c8dff45 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 30 May 2012 23:41:10 +0200 Subject: [PATCH] add Amharic language to SelectLanguage custom action Change-Id: I8562d1289b269ca7f3aa959907641fd70be0770f --- setup_native/source/win32/customactions/sellang/sellang.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_native/source/win32/customactions/sellang/sellang.cxx b/setup_native/source/win32/customactions/sellang/sellang.cxx index e0a775af1bcd..5c18dc028e69 100644 --- a/setup_native/source/win32/customactions/sellang/sellang.cxx +++ b/setup_native/source/win32/customactions/sellang/sellang.cxx @@ -66,6 +66,7 @@ langid_to_string( LANGID langid, int *have_default_lang ) #define CASE(name, primary) \ case LANG_##primary: return #name CASE(af, AFRIKAANS); + CASE(am, AMHARIC); CASE(ar, ARABIC); CASE(as, ASSAMESE); CASE(be, BELARUSIAN);