[Libreoffice-commits] .: setup_native/source
Andras Timar
timar at kemper.freedesktop.org
Wed May 30 14:51:43 PDT 2012
setup_native/source/win32/customactions/sellang/sellang.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7c289cad0a896b092deb01d00618dcee8c8dff45
Author: Andras Timar <atimar at suse.com>
Date: Wed May 30 23:41:10 2012 +0200
add Amharic language to SelectLanguage custom action
Change-Id: I8562d1289b269ca7f3aa959907641fd70be0770f
diff --git a/setup_native/source/win32/customactions/sellang/sellang.cxx b/setup_native/source/win32/customactions/sellang/sellang.cxx
index e0a775a..5c18dc0 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);
More information about the Libreoffice-commits
mailing list