summaryrefslogtreecommitdiff
path: root/setup_native/source/win32
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-05-30 23:41:10 +0200
committerAndras Timar <atimar@suse.com>2012-05-30 23:51:38 +0200
commit7c289cad0a896b092deb01d00618dcee8c8dff45 (patch)
tree46bdb02ce70ecd6400bbab0a4ad092f453bf015b /setup_native/source/win32
parentd79705d1dfea05745494cc00c5963f4b40628393 (diff)
add Amharic language to SelectLanguage custom action
Change-Id: I8562d1289b269ca7f3aa959907641fd70be0770f
Diffstat (limited to 'setup_native/source/win32')
-rw-r--r--setup_native/source/win32/customactions/sellang/sellang.cxx1
1 files changed, 1 insertions, 0 deletions
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);