diff options
| author | 2009-05-19 01:19:23 -0700 | |
|---|---|---|
| committer | 2009-05-19 01:19:23 -0700 | |
| commit | aae9689733314bcbdea80e65e7059a7766cbc244 (patch) | |
| tree | 547722fb870045ac5ca032e5f94f995a6031d701 | |
| parent | ad8195bb0ea9ed087519d899402571c8608c0b48 (diff) | |
| parent | 3975fe3f21311e41b41e3a3e234a45ca24bed521 (diff) | |
am 3975fe3f: am 808f2919: AI 148962: Default language in Switzerland should be german and not english.
Merge commit '3975fe3f21311e41b41e3a3e234a45ca24bed521'
* commit '3975fe3f21311e41b41e3a3e234a45ca24bed521':
AI 148962: Default language in Switzerland should be german and not english.
| -rw-r--r-- | telephony/java/com/android/internal/telephony/gsm/MccTable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/gsm/MccTable.java b/telephony/java/com/android/internal/telephony/gsm/MccTable.java index 619897951e41..e18da56cb0ae 100644 --- a/telephony/java/com/android/internal/telephony/gsm/MccTable.java +++ b/telephony/java/com/android/internal/telephony/gsm/MccTable.java @@ -182,7 +182,7 @@ public final class MccTable table.add(new MccEntry(222,"it",2,"Europe/Rome","it")); //Italy table.add(new MccEntry(225,"va",2,"Europe/Rome","it")); //Vatican City State table.add(new MccEntry(226,"ro",2)); //Romania - table.add(new MccEntry(228,"ch",2,"Europe/Zurich","en")); //Switzerland (Confederation of) + table.add(new MccEntry(228,"ch",2,"Europe/Zurich","de")); //Switzerland (Confederation of) table.add(new MccEntry(230,"cz",2,"Europe/Prague","cs")); //Czech Republic table.add(new MccEntry(231,"sk",2)); //Slovak Republic table.add(new MccEntry(232,"at",2,"Europe/Vienna","de")); //Austria |