From b70b5573ab85fb75b32aa8120d53ae0983c17954 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Mon, 18 Aug 2014 21:59:56 +0300 Subject: [PATCH] Switzerland guides icon. --- android/src/com/mapswithme/maps/MoreAppsAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/MoreAppsAdapter.java b/android/src/com/mapswithme/maps/MoreAppsAdapter.java index 82319720b0..6dfdfa46dc 100644 --- a/android/src/com/mapswithme/maps/MoreAppsAdapter.java +++ b/android/src/com/mapswithme/maps/MoreAppsAdapter.java @@ -56,7 +56,7 @@ public class MoreAppsAdapter extends BaseAdapter mAppIcons.put("com.guidewithme.spain", R.drawable.ic_es_guides_icon); mAppIcons.put("com.guidewithme.sri.lanka", R.drawable.ic_lk_guides_icon); mAppIcons.put("com.guidewithme.switzerland", R.drawable.ic_hk_guides_icon); - mAppIcons.put("com.guidewithme.taiwan", R.drawable.ic_tw_guides_icon); + mAppIcons.put("com.guidewithme.taiwan", R.drawable.ic_ch_guides_icon); mAppIcons.put("com.guidewithme.thailand", R.drawable.ic_th_guides_icon); mAppIcons.put("com.guidewithme.turkey", R.drawable.ic_tr_guides_icon); mAppIcons.put("com.guidewithme.uk", R.drawable.ic_uk_guides_icon);