summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-04-08 09:53:55 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2011-04-08 09:53:55 -0700
commit4410660e02c04b29d323c6d3bf81633fd07b6411 (patch)
treebefe70a07d095bd7e23fdc91244c401ea3536945 /telephony
parent3e37a2f3ae3e3a777bf479a6562063922a7e44c6 (diff)
downloadframeworks_base-4410660e02c04b29d323c6d3bf81633fd07b6411.zip
frameworks_base-4410660e02c04b29d323c6d3bf81633fd07b6411.tar.gz
frameworks_base-4410660e02c04b29d323c6d3bf81633fd07b6411.tar.bz2
Fix ISO country code of Slovenia.
Misread an IBM site and thought it was sl-sl, but really it is sl-si. fixes public bug 16021 Change-Id: I5b262a2b424fe2a0904f623f82449a539ede0fdb
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/MccTable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/MccTable.java b/telephony/java/com/android/internal/telephony/MccTable.java
index c0bf7ec..fde1b59 100644
--- a/telephony/java/com/android/internal/telephony/MccTable.java
+++ b/telephony/java/com/android/internal/telephony/MccTable.java
@@ -322,7 +322,7 @@ public final class MccTable
table.add(new MccEntry(289,"ge",2)); //Abkhazia (Georgia)
table.add(new MccEntry(290,"gl",2)); //Greenland (Denmark)
table.add(new MccEntry(292,"sm",2)); //San Marino (Republic of)
- table.add(new MccEntry(293,"sl",2)); //Slovenia (Republic of)
+ table.add(new MccEntry(293,"si",2)); //Slovenia (Republic of)
table.add(new MccEntry(294,"mk",2)); //The Former Yugoslav Republic of Macedonia
table.add(new MccEntry(295,"li",2)); //Liechtenstein (Principality of)
table.add(new MccEntry(297,"me",2)); //Montenegro (Republic of)