From 1307b50362efa38d46296ee72b00ebb6e7bdb9c0 Mon Sep 17 00:00:00 2001 From: vshcherb Date: Thu, 14 Aug 2014 11:22:20 +0200 Subject: [PATCH] Update SherpafyCustomization.java --- OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java index 92c4f12ce8..742c08e3e8 100644 --- a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java +++ b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java @@ -306,7 +306,7 @@ public class SherpafyCustomization extends OsmAndAppCustomization { @Override public void prepareLocationMenu(final MapActivity mapActivity, ContextMenuAdapter adapter) { - filter(adapter, R.string.pause_navigation, R.string.continue_navigation, R.string.context_menu_item_directions_to, + filter(adapter, R.string.context_menu_item_directions_to, R.string.context_menu_item_destination_point, R.string.context_menu_item_search, R.string.context_menu_item_share_location/*, R.string.context_menu_item_add_favorite*/); MapActivityLayers layers = mapActivity.getMapLayers();